commento-input.scss: use pre-wrap for textarea
This commit is contained in:
parent
fa3fa39696
commit
1ccc95fae4
@ -25,7 +25,7 @@ textarea::placeholder {
|
||||
|
||||
textarea {
|
||||
display: inline-block;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
padding: 8px;
|
||||
outline: none;
|
||||
|
Loading…
Reference in New Issue
Block a user