Skip to content

Commit

Permalink
change width to min-width on icon
Browse files Browse the repository at this point in the history
fixes #1521 but no idea why **shrug**
  • Loading branch information
mewtaylor committed Sep 8, 2017
1 parent 1f722a0 commit d18fd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/social-message/social-message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

.social-message-icon {
margin: .2rem 1rem 0 0;
width: 1.25rem;
min-width: 1.25rem;
}

a.social-messages-profile-link {
Expand Down

0 comments on commit d18fd00

Please sign in to comment.