Skip to content

Commit b3908ca

Browse files
author
Kristan Kenney
committed
Fix alignment of checkboxes and radio buttons
1 parent a27a9cb commit b3908ca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

web/css/src/themes/default.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,9 @@ input[type="radio"] {
451451
/* 1 */
452452
padding: 0;
453453
/* 2 */
454+
margin-left: 0px;
455+
margin-right: 8px;
456+
margin-top: 6px;
454457
}
455458

456459
/**
@@ -2505,7 +2508,7 @@ body.mobile .l-icon-shortcuts {
25052508
}
25062509

25072510
.input-label {
2508-
padding-top: 20px;
2511+
padding-top: 8px;
25092512
}
25102513

25112514
.data input[type="checkbox"] {

0 commit comments

Comments
 (0)