Skip to content

Commit

Permalink
#1659: Prevent line breaking between icon & text in footer social lin…
Browse files Browse the repository at this point in the history
…ks (#1660)
  • Loading branch information
tlindsay42 authored and mmistakes committed May 11, 2018
1 parent ea37611 commit 8f900dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _sass/minimal-mistakes/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,10 @@
padding-right: 10px;
font-weight: bold;
}

.social-icons {
a {
white-space: nowrap;
}
}
}

0 comments on commit 8f900dd

Please sign in to comment.