#1659: Prevent line breaking between icon & text in footer social links (#1660)

This commit is contained in:
Troy Lindsay 2018-05-11 11:42:13 -05:00 committed by Michael Rose
parent ea37611d60
commit 8f900dd3f2

View file

@ -82,4 +82,10 @@
padding-right: 10px;
font-weight: bold;
}
.social-icons {
a {
white-space: nowrap;
}
}
}