0
0
Fork 0

Fix unwanted content warning gap in CSS (#5436)

Fix #5356
This commit is contained in:
Eugen Rochko 2017-10-17 20:07:44 +02:00 committed by GitHub
parent 484208ce12
commit 05686cc99d
2 changed files with 9 additions and 0 deletions

View file

@ -511,6 +511,14 @@
overflow: hidden;
white-space: pre-wrap;
&.status__content--with-spoiler {
white-space: normal;
.status__content__text {
white-space: pre-wrap;
}
}
.emojione {
width: 18px;
height: 18px;