Fix overflowing emojis on some devices (#6016)

* Fix overflowing emojis on some devices

* Quit visible and add padding
master
Lynx Kotoura 2017-12-14 06:58:31 +09:00 committed by Eugen Rochko
parent dc313f27bb
commit 5ad45552b3
1 changed files with 2 additions and 1 deletions

View File

@ -606,6 +606,7 @@
font-weight: 400; font-weight: 400;
overflow: hidden; overflow: hidden;
white-space: pre-wrap; white-space: pre-wrap;
padding-top: 2px;
&:focus { &:focus {
outline: 0; outline: 0;
@ -858,7 +859,7 @@
.status__action-bar { .status__action-bar {
align-items: center; align-items: center;
display: flex; display: flex;
margin-top: 10px; margin-top: 8px;
} }
.status__action-bar-button { .status__action-bar-button {