Skip to content

Commit

Permalink
fix(kit): Multiselect fix line height in value content (#5686)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Oct 19, 2023
1 parent 98e9e0f commit c9fa227
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions projects/kit/components/multi-select/multi-select.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@
align-items: center;
pointer-events: none;
box-sizing: border-box;
font: var(--tui-font-text-s);

&_fullsize,
:host[data-size='s'] & {
top: 0;
}

:host[data-size='l'] & {
font: var(--tui-font-text-m);
}
}

.t-primitive {
Expand Down

0 comments on commit c9fa227

Please sign in to comment.