Skip to content

Commit 2617ce5

Browse files
fix checkbox regression
1 parent 3dd49ca commit 2617ce5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/elements/_StyledCheckbox.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ limitations under the License.
2525

2626
input[type=checkbox] {
2727
appearance: none;
28+
margin: 0;
29+
padding: 0;
2830

2931
& + label {
3032
display: flex;

0 commit comments

Comments
 (0)