diff options
Diffstat (limited to 'ext/css/material.css')
-rw-r--r-- | ext/css/material.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/css/material.css b/ext/css/material.css index 4d319349..6621df96 100644 --- a/ext/css/material.css +++ b/ext/css/material.css @@ -807,6 +807,10 @@ input[type=number].code, input[type=password].code { font-family: 'Courier New', Courier, monospace; } +textarea.no-wrap { + white-space: pre; + overflow-wrap: normal; +} /* Input groups */ .input-group { |