Skip to content

Commit

Permalink
Fix overflowing emojis on some devices (#6016)
Browse files Browse the repository at this point in the history
* Fix overflowing emojis on some devices

* Quit visible and add padding
  • Loading branch information
lynlynlynx authored and Gargron committed Dec 13, 2017
1 parent dc313f2 commit 5ad4555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@
font-weight: 400;
overflow: hidden;
white-space: pre-wrap;
padding-top: 2px;

&:focus {
outline: 0;
Expand Down Expand Up @@ -858,7 +859,7 @@
.status__action-bar {
align-items: center;
display: flex;
margin-top: 10px;
margin-top: 8px;
}

.status__action-bar-button {
Expand Down

0 comments on commit 5ad4555

Please sign in to comment.