remove extra space on thumbs emoji buttons

This commit is contained in:
tauriedavis 2017-06-07 08:58:48 -07:00
parent b4bef24b46
commit ad27e799b7
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,7 @@
.awards {
display: flex;
flex-wrap: wrap;
.emoji-icon {
width: 20px;
height: 20px;
@ -110,6 +113,8 @@
margin: 4px 8px 4px 0;
outline: 0;
position: relative;
display: block;
float: left;
&.disabled {
cursor: default;