From: Laury GvR Date: Thu, 13 Aug 2015 15:45:33 +0000 (-0400) Subject: Adding white-space nowrap on footer spans X-Git-Tag: v1.0.0^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1c242402d5688dbd4402e2b6b9c0ea303caffb4e;p=WP-Themes%2Fmcgulpinpoint.git Adding white-space nowrap on footer spans --- diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index b31ea52..e757dce 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -13,6 +13,7 @@ footer#main { } span { font-size: rem-calc(12); + white-space: nowrap; a { text-decoration: underline; font-style: normal;