Skip to content

Commit 7965c3c

Browse files
committed
fix(core): clipping descenders on toolbar typography
- set missing min height for inner slot element Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent 47ae4ff commit 7965c3c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎projects/core/src/toolbar/toolbar.css‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
--border-bottom:0;
118118
}
119119

120+
slot {
121+
min-height: inherit;
122+
}
123+
120124
slot:not([name]) {
121125
gap:var(--gap);
122126
width:100%;

0 commit comments

Comments
 (0)