We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908426a commit 5c44735Copy full SHA for 5c44735
web_src/css/base.css
@@ -23,7 +23,7 @@
23
--height-loading: 16rem;
24
--min-height-textarea: 132px; /* padding + 6 lines + border = calc(1.57142em + 6lh + 2px), but lh is not fully supported */
25
--tab-size: 4;
26
- --checkbox-size: 16px; /* height and width of checkbox and radio inputs */
+ --checkbox-size: 15px; /* height and width of checkbox and radio inputs */
27
--page-spacing: 16px; /* space between page elements */
28
}
29
web_src/css/modules/checkbox.css
@@ -20,7 +20,7 @@ input[type="radio"] {
20
.ui.checkbox input[type="checkbox"],
21
.ui.checkbox input[type="radio"] {
22
position: absolute;
- top: 0;
+ top: 1px;
left: 0;
width: var(--checkbox-size);
height: var(--checkbox-size);
0 commit comments