diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-04-13 15:39:29 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-04-13 15:39:29 +0200 |
commit | 7a1c527970f916beec32c796c3c7fbdf3a4931bc (patch) | |
tree | c20fea90ebe74cb7381150dbb301d2533d6db7ee /scss | |
parent | b387137c0b2ff9ef778561804cbfa1fb5bf70df6 (diff) | |
download | Ishtar-7a1c527970f916beec32c796c3c7fbdf3a4931bc.tar.bz2 Ishtar-7a1c527970f916beec32c796c3c7fbdf3a4931bc.zip |
CSS: pre wrap
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; |