From 80235f53ce58b517db31d549c665b09bfa109014 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sun, 18 Mar 2018 04:14:24 +0100 Subject: [PATCH] Fixed a minor issue --- assets/sass/style.sass | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/sass/style.sass b/assets/sass/style.sass index de2f0ba..f97ce23 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 -- GitLab