Skip to content

Commit 0811a71

Browse files
Fixed-Checkbox-Alignement: Checkbox alignment issue.
1 parent 9143820 commit 0811a71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/web/css/source/lib/_forms.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@
300300

301301
input[type="checkbox"] {
302302
.lib-form-element-choice(@_type: input-checkbox);
303+
position: relative;
304+
top: 2px;
303305
}
304306

305307
input[type="radio"] {

0 commit comments

Comments
 (0)