diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-07-07 20:00:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-07 20:00:10 +0200 |
commit | 1f4312fd9238928c91b9267d59212079f44b2ef3 (patch) | |
tree | a0cb0de73c1505299e36f6aedd409e7abfd44901 /core | |
parent | b32afe26bb35f9d586e51dc1b01d1b148b32b433 (diff) | |
parent | c9ef40af272dd2aedef85a41c427c39da354775d (diff) | |
download | nextcloud-server-1f4312fd9238928c91b9267d59212079f44b2ef3.tar.gz nextcloud-server-1f4312fd9238928c91b9267d59212079f44b2ef3.zip |
Merge pull request #16236 from gary-kim/fix/16076/admin-settings-alignment
Fix alignment issues in admin settings
Diffstat (limited to 'core')
-rw-r--r-- | core/css/inputs.scss | 2 |
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; |