From 6715912a3ad09a19fb8975c94ee7c8106a83083f Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 21 Aug 2014 13:20:23 -0700 Subject: prevent motto breakage in masthead --- pages/assets/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/assets/style.scss b/pages/assets/style.scss index 14449e6..2a7eb96 100644 --- a/pages/assets/style.scss +++ b/pages/assets/style.scss @@ -83,6 +83,8 @@ h4 { width: 50%; font-weight: bold; font-family: Helvetica,Arial,sans-serif; + white-space: nowrap; + overflow: hidden; &.bottom { display: none; } @@ -414,4 +416,3 @@ body.home { margin-left: 22px; } } - -- cgit v1.2.3