Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 18f6a0a

Browse files
committed
ui-core: remove hardcoded label size in checkbox and compensate with small right padding
1 parent f672fd7 commit 18f6a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-core/src/styles/inputs/checkbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.label {
1818
line-height: 1.5rem;
1919
padding-top: 0.188rem;
20-
width: 12.813rem;
20+
padding-right: 0.3rem;
2121
@apply text-grey-80;
2222
}
2323

0 commit comments

Comments
 (0)