From 366c7f3148a54a28b734cd810376f400bbaf6c13 Mon Sep 17 00:00:00 2001 From: Troy Lindsay Date: Fri, 11 May 2018 11:42:13 -0500 Subject: [PATCH] #1659: Prevent line breaking between icon & text in footer social links (#1660) --- _sass/minimal-mistakes/_footer.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_sass/minimal-mistakes/_footer.scss b/_sass/minimal-mistakes/_footer.scss index d3218b7..766c6c7 100644 --- a/_sass/minimal-mistakes/_footer.scss +++ b/_sass/minimal-mistakes/_footer.scss @@ -82,4 +82,10 @@ padding-right: 10px; font-weight: bold; } + + .social-icons { + a { + white-space: nowrap; + } + } } -- 2.45.2