Skip to content

Commit 74bed96

Browse files
committed
fix(item): button min-height needs to be specified to a fractional amount
1 parent 162ff26 commit 74bed96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/item/item.md.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
--padding-start: .6em;
337337
--padding-end: .6em;
338338

339-
min-height: 25px;
339+
min-height: 25.19px;
340340

341341
font-size: 12px;
342342
}

0 commit comments

Comments
 (0)