diff options
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; |