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