Skip to content

Commit

Permalink
Precalculate row height in SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hoc committed Jan 7, 2025
1 parent 95b7a02 commit 232c60f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
top: 2em;

.#{$prefix}-subtitle-region-container {
height: calc(100% / 15);
height: math.div(100%, 15);
left: 0;
line-height: 1em;
right: 0;
Expand Down

0 comments on commit 232c60f

Please sign in to comment.