diff --git a/assets/sass/style.sass b/assets/sass/style.sass
index de2f0bab68324d00717430171457e77994fceb1e..f97ce2344605f6d6840893ec5caffc800d90090b 100644
--- a/assets/sass/style.sass
+++ b/assets/sass/style.sass
@@ -220,12 +220,10 @@ form.upload
     box-sizing: border-box
     font-family: 'Lato', sans-serif
     resize: vertical
+    white-space: pre-line
     &:not(.fake-input):empty
       display: none
 
 .fake-input[contenteditable]:empty:before
   opacity: 0.4
-  content: attr(placeholder)
-
-.fake-input[contenteditable][data-multiline]
-  white-space: pre-line
\ No newline at end of file
+  content: attr(placeholder)
\ No newline at end of file