mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
change width to min-width on icon
fixes #1521 but no idea why **shrug**
This commit is contained in:
parent
1f722a046f
commit
d18fd0064b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
.social-message-icon {
|
||||
margin: .2rem 1rem 0 0;
|
||||
width: 1.25rem;
|
||||
min-width: 1.25rem;
|
||||
}
|
||||
|
||||
a.social-messages-profile-link {
|
||||
|
|
Loading…
Reference in a new issue