Skip to content

Commit

Permalink
Merge pull request #21 from afeld/emoji-spacing
Browse files Browse the repository at this point in the history
prevent emoji text from overlapping others
  • Loading branch information
afeld authored Nov 27, 2017
2 parents 403982d + 88be5b4 commit 217fcfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ ul {
li {
list-style: none;
float: left;
width: 330px;
width: 270px;
padding-right: 25px;
overflow-wrap: break-word;
margin-bottom: .5em; }
li .hover { margin-left: -4px; }
li img {
Expand Down

0 comments on commit 217fcfd

Please sign in to comment.