Skip to content
Snippets Groups Projects
Commit 80235f53 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed a minor issue

parent 956a6ac9
No related branches found
No related tags found
No related merge requests found
...@@ -220,12 +220,10 @@ form.upload ...@@ -220,12 +220,10 @@ form.upload
box-sizing: border-box box-sizing: border-box
font-family: 'Lato', sans-serif font-family: 'Lato', sans-serif
resize: vertical resize: vertical
white-space: pre-line
&:not(.fake-input):empty &:not(.fake-input):empty
display: none display: none
.fake-input[contenteditable]:empty:before .fake-input[contenteditable]:empty:before
opacity: 0.4 opacity: 0.4
content: attr(placeholder) content: attr(placeholder)
\ No newline at end of file
.fake-input[contenteditable][data-multiline]
white-space: pre-line
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment