From 1ccc95fae422c4ee5619c1b112454e8ba13e9dc9 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Sat, 23 Feb 2019 12:08:38 -0500 Subject: [PATCH] commento-input.scss: use pre-wrap for textarea --- frontend/sass/commento-input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/sass/commento-input.scss b/frontend/sass/commento-input.scss index 66bdc54..a39930f 100644 --- a/frontend/sass/commento-input.scss +++ b/frontend/sass/commento-input.scss @@ -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;