From 45b37345ba292ba90b90319960ddc065732f90e1 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Wed, 2 Oct 2013 13:15:52 -0400 Subject: [PATCH] added a min width to #top to prevent the user wrapping --- assets/styles/layout.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/styles/layout.sass b/assets/styles/layout.sass index 152c767b..7c1a59bb 100644 --- a/assets/styles/layout.sass +++ b/assets/styles/layout.sass @@ -27,7 +27,10 @@ html, body top: -40px left: 0 width: 100% + min-width: 1211px height: 55px + overflow-x: scroll + white-space: nowrap z-index: 1000 #left, #right