Skip to content

Commit 43f6632

Browse files
Fix checkbox and switch display view spacing
1 parent c33e922 commit 43f6632

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/plugin/styles/main.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
color: #909090;
4040
font-style: italic;
4141
}
42+
43+
&-checkbox,
44+
&-switch {
45+
padding-bottom: 2px;
46+
padding-top: 6px;
47+
}
4248
}
4349

4450
&-prepend-icon {
@@ -253,7 +259,6 @@
253259
}
254260
}
255261

256-
// TODO: Fix this
257262
&--field {
258263
// ------------------------ Checkbox & Switch //
259264
&-checkbox,

0 commit comments

Comments
 (0)