Skip to content

Commit

Permalink
Fix undesired inline-block whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLem committed Jul 12, 2016
1 parent 59ce7db commit 919976e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/emoji-picker.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
.emoji-picker-emoji {
position: relative;
display: inline-block;
font-size: 0;
}

.emoji-picker-emoji span {
Expand Down Expand Up @@ -197,6 +198,7 @@
}

.emoji-picker-skin-swatches {
font-size: 0;
padding: 2px 0;
border: 1px solid #d9d9d9;
border-radius: 12px;
Expand Down

0 comments on commit 919976e

Please sign in to comment.