diff options
Diffstat (limited to '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 5aadfee48..eb9888ad7 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -28,6 +28,10 @@ label { min-height: 1.5rem; } +pre { + white-space: pre-wrap; +} + .form-control.small-input, .input-group > .form-control.small-input{ width: 110px; |