summaryrefslogtreecommitdiffstats
path: root/core/css/inputs.scss
diff options
context:
space:
mode:
authorGary Kim <gary@garykim.dev>2019-07-05 00:10:29 +0800
committerGary Kim <gary@garykim.dev>2019-07-05 00:10:29 +0800
commitc9ef40af272dd2aedef85a41c427c39da354775d (patch)
tree81b9a9c504357adf7cad7fcf5652c3a2f9e9973c /core/css/inputs.scss
parent56001afb2fd6f7cc64b0bbe6ef95698b7de17c66 (diff)
downloadnextcloud-server-c9ef40af272dd2aedef85a41c427c39da354775d.tar.gz
nextcloud-server-c9ef40af272dd2aedef85a41c427c39da354775d.zip
Fix alignment issues in admin settings
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'core/css/inputs.scss')
-rw-r--r--core/css/inputs.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index c8b0f013521..6daefccdeee 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -365,7 +365,7 @@ input {
// Detail description below label of checkbox or radio button
& + label ~ em {
display: inline-block;
- margin-left: 18px;
+ margin-left: 25px;
}
& + label ~ em:last-of-type {
margin-bottom: $checkbox-radio-size;