Skip to content

Commit

Permalink
fix(styles): List fix line height (#6880) (#6912)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Feb 29, 2024
1 parent bdd8a8b commit f2b5b75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/styles/markup/tui-list.less
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
.tui-list {
font: var(--tui-font-text-m);
line-height: 1.5rem;
list-style-type: none;
color: var(--tui-text-01);

&_large {
font: var(--tui-font-text-l);
line-height: 1.75rem;
}

&_small,
&_extra-small {
font: var(--tui-font-text-s);
line-height: 1.25rem;
}

&_nested {
Expand Down

0 comments on commit f2b5b75

Please sign in to comment.