change width to min-width on icon

fixes #1521 but no idea why **shrug**
This commit is contained in:
Matthew Taylor 2017-09-08 18:09:55 -04:00
parent 1f722a046f
commit d18fd0064b

View file

@ -30,7 +30,7 @@
.social-message-icon {
margin: .2rem 1rem 0 0;
width: 1.25rem;
min-width: 1.25rem;
}
a.social-messages-profile-link {