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

Loading…
Cancel
Save