Skip to content

Commit

Permalink
metrics: Fix min-height var for LTR & RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett authored and martinpitt committed May 11, 2023
1 parent 1bc6d19 commit f2b51a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/metrics/metrics.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,12 @@ $graphs: cpu, memory, disks, network;

--column-size: 10vw;
--half-column-size: 8vw;
--data-min-block-size: 5px;
--data-min-height: 5px;

--graph-column-size: 60%;

&-hour-compressed {
--data-min-block-size: 1px;
--data-min-height: 1px;
display: flex;
background-color: var(--pf-global--BackgroundColor--light-300);
}
Expand Down

0 comments on commit f2b51a5

Please sign in to comment.