summaryrefslogtreecommitdiffstats
path: root/web_src/css/modules/checkbox.css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css/modules/checkbox.css')
-rw-r--r--web_src/css/modules/checkbox.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/css/modules/checkbox.css b/web_src/css/modules/checkbox.css
index 9238e0b3f3..d3e45714a4 100644
--- a/web_src/css/modules/checkbox.css
+++ b/web_src/css/modules/checkbox.css
@@ -20,7 +20,7 @@ input[type="radio"] {
.ui.checkbox input[type="checkbox"],
.ui.checkbox input[type="radio"] {
position: absolute;
- top: 0;
+ top: 1px;
left: 0;
width: var(--checkbox-size);
height: var(--checkbox-size);