Skip to content

Commit

Permalink
Add small CSS helpers for 100% and 110% line height
Browse files Browse the repository at this point in the history
Fixes: OX-11018
  • Loading branch information
sabieber committed Jun 4, 2024
1 parent cef791d commit 33df584
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/assets/design-system/text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
white-space: nowrap !important;
}

.sci-line-height-100 {
line-height: 1 !important;
}

.sci-line-height-110 {
line-height: 1.1 !important;
}

.sci-line-height-125 {
line-height: 1.25 !important;
}
Expand Down

0 comments on commit 33df584

Please sign in to comment.