From 0870a7d4188086dc2bb51648f4e090eb008f6fa5 Mon Sep 17 00:00:00 2001 From: Abigail Cabunoc Date: Mon, 2 Jun 2014 09:24:52 -0400 Subject: [PATCH] Cross browser - stop text wrap in ff * #462 --- swc-bootstrap.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swc-bootstrap.css b/swc-bootstrap.css index 2190a4f..9ffe368 100644 --- a/swc-bootstrap.css +++ b/swc-bootstrap.css @@ -127,6 +127,8 @@ blockquote p { transition:0.5s; width:100%; margin: 0 auto; + white-space: nowrap; + z-index:10; } #github-ribbon a:hover {