Skip to content

Commit 0a01da6

Browse files
authored
Removing complex padding calc on kbd
1 parent 38ed48e commit 0a01da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/kbd.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
kbd {
55
display: inline-block;
6-
padding: calc(var(--base-size-4) - 1) calc(var(--base-size-4) + 1);
6+
padding: var(--base-size-4);
77
font: 11px $mono-font;
88
// stylelint-disable-next-line primer/typography
99
line-height: 10px;

0 commit comments

Comments
 (0)