We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ed48e commit e329973Copy full SHA for e329973
.changeset/nice-cats-guess.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Bug fix: Removing complex padding calc on kbd
src/base/kbd.scss
@@ -3,7 +3,7 @@
kbd {
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