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; gap: 24px;
.tb-latest-chart-legend { .tb-latest-chart-legend {
flex: 0 1 auto; flex: 0 1 auto;
overflow: hidden auto; overflow-y: auto;
max-height: 100%; max-height: 100%;
flex-wrap: nowrap; flex-wrap: nowrap;
min-width: fit-content; min-width: fit-content;
max-width: 100%; max-width: 100%;
flex-direction: column; flex-direction: column;
justify-content: flex-start; justify-content: stretch;
align-items: stretch; align-items: stretch;
.tb-latest-chart-legend-item { .tb-latest-chart-legend-item {
flex-direction: row; flex-direction: row;

Loading…
Cancel
Save