diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 1311b73ce..3560b88bf 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -46,6 +46,11 @@ dd > pre{ height: auto; } +input[type="radio"].form-control, input[type="checkbox"].form-control { + width: auto; + margin: 0 0.5em; +} + .form-group span label { display: inline-block; } |