Skip to content

Commit 5f86dd9

Browse files
committed
fix(checkbox): reduce padding to match md guidelines
1 parent 7996747 commit 5f86dd9

File tree

55 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1
-1
lines changed

core/src/components/checkbox/checkbox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ input {
152152
// ----------------------------------------------------------------
153153

154154
.checkbox-bottom {
155-
@include padding(5px, null, null, null);
155+
@include padding(4px, null, null, null);
156156

157157
display: flex;
158158

1 Byte
-8 Bytes
2 Bytes
13 Bytes
-6 Bytes
39 Bytes

0 commit comments

Comments
 (0)