From 8f900dd3f2b93472d1e1f4beba9413dad118d352 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 d3218b74..766c6c72 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; + } + } }