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.
2 parents 8837348 + f5cbe5f commit d864c7aCopy full SHA for d864c7a
src/forms/radio-group.scss
@@ -7,7 +7,7 @@
7
.radio-label {
8
float: left;
9
// stylelint-disable-next-line primer/spacing
10
- padding: 6px var(--base-size-16) 6px clac(var(--base-size-16) + 12px + var(--base-size-8)); // 12px is the size of the radio-input
+ padding: 6px var(--base-size-16) 6px calc(var(--base-size-16) + 12px + var(--base-size-8)); // 12px is the size of the radio-input
11
12
margin-left: -1px;
13
font-size: $body-font-size;
0 commit comments