From 9ef4eda0b0ebfdd286210d2a22ab9333acfc2bf7 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Mon, 22 Aug 2016 14:47:05 -0500 Subject: Reduce min-width of container --- app/assets/stylesheets/framework/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 5da390118c6..5394ce350c5 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -75,7 +75,7 @@ $row-hover-border: #b2d7ff; $progress-color: #c0392b; $avatar_radius: 50%; $header-height: 50px; -$fixed-layout-width: 1280px; +$fixed-layout-width: 790px; $gl-avatar-size: 40px; $error-exclamation-point: #e62958; $border-radius-default: 2px; -- cgit v1.2.1