diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 791458d72..50b25f1a7 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -29,6 +29,10 @@ label { min-height: 1.5rem; } +dd > pre{ + padding: 0 1em; +} + .form-control.form-row{ height: auto; } |