1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-28 22:55:39 -04:00

commento-input.scss: use pre-wrap for textarea

This commit is contained in:
Adhityaa Chandrasekar
2019-02-23 12:08:38 -05:00
parent fa3fa39696
commit 1ccc95fae4

View File

@ -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;