Fix overflowing emojis on some devices (#6016)

* Fix overflowing emojis on some devices

* Quit visible and add padding
This commit is contained in:
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;
overflow: hidden;
white-space: pre-wrap;
padding-top: 2px;
&:focus {
outline: 0;
@ -858,7 +859,7 @@
.status__action-bar {
align-items: center;
display: flex;
margin-top: 10px;
margin-top: 8px;
}
.status__action-bar-button {