We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ed48e commit 0a01da6Copy full SHA for 0a01da6
src/base/kbd.scss
@@ -3,7 +3,7 @@
3
4
kbd {
5
display: inline-block;
6
- padding: calc(var(--base-size-4) - 1) calc(var(--base-size-4) + 1);
+ padding: var(--base-size-4);
7
font: 11px $mono-font;
8
// stylelint-disable-next-line primer/typography
9
line-height: 10px;
0 commit comments