Skip to content

Commit d864c7a

Browse files
authored
Merge f5cbe5f into 8837348
2 parents 8837348 + f5cbe5f commit d864c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forms/radio-group.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.radio-label {
88
float: left;
99
// 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
10+
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
1111
// stylelint-disable-next-line primer/spacing
1212
margin-left: -1px;
1313
font-size: $body-font-size;

0 commit comments

Comments
 (0)