Skip to content

Commit

Permalink
mmistakes#1659: Prevent line breaking between icon & text in footer s…
Browse files Browse the repository at this point in the history
…ocial links (mmistakes#1660)
  • Loading branch information
tlindsay42 authored and mmistakes committed May 11, 2018
1 parent 6388070 commit 0b475dc
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 0b475dc

Please sign in to comment.