Fix overflowing emojis on some devices (#6016)

* Fix overflowing emojis on some devices

* Quit visible and add padding
th-downstream
Lynx Kotoura 7 years ago committed by Eugen Rochko
parent 4621fd6461
commit 891b03536f

@ -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 {

Loading…
Cancel
Save