Browse Source

fixed styles

pull/14157/head
Maksym Tsymbarov 10 months ago
parent
commit
dd22c57c2b
  1. 4
      ui-ngx/src/app/modules/home/components/widget/lib/chart/latest-chart.component.scss

4
ui-ngx/src/app/modules/home/components/widget/lib/chart/latest-chart.component.scss

@ -96,13 +96,13 @@
gap: 24px;
.tb-latest-chart-legend {
flex: 0 1 auto;
overflow: hidden auto;
overflow-y: auto;
max-height: 100%;
flex-wrap: nowrap;
min-width: fit-content;
max-width: 100%;
flex-direction: column;
justify-content: flex-start;
justify-content: stretch;
align-items: stretch;
.tb-latest-chart-legend-item {
flex-direction: row;

Loading…
Cancel
Save