Skip to content

Commit

Permalink
fix(shared/ui): apply default line height for overlays
Browse files Browse the repository at this point in the history
Related to #4555
  • Loading branch information
nikku committed Oct 15, 2024
1 parent 0f4a4ad commit 7d16afb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/shared/ui/overlay/Overlay.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
--overlay-max-width: auto;
--overlay-min-height: auto;
--overlay-min-width: auto;
--overlay-line-height: var(--default-line-height, 1.5);
}

:local(.Overlay) {
Expand All @@ -32,6 +33,7 @@
min-width: var(--overlay-min-width);
overflow-y: auto;

line-height: var(--overlay-line-height);
font-size: 14px;

h1, h2, h3, h4 {
Expand Down

0 comments on commit 7d16afb

Please sign in to comment.