Fix overflowing emojis on some devices (#6016)
* Fix overflowing emojis on some devices * Quit visible and add padding
This commit is contained in:
parent
dc313f27bb
commit
5ad45552b3
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue