summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_inputs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_inputs.scss')
-rw-r--r--webapp/sass/components/_inputs.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/sass/components/_inputs.scss b/webapp/sass/components/_inputs.scss
index 75e5ff9e6..adf3967e6 100644
--- a/webapp/sass/components/_inputs.scss
+++ b/webapp/sass/components/_inputs.scss
@@ -41,6 +41,7 @@ fieldset {
input {
&[type='radio'],
&[type='checkbox'] {
- margin-top: 1px;
+ font-size: 14px;
+ margin-top: 3px;
}
}