summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-11 20:33:24 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-11 20:33:24 +0100
commitd86e2f33a8b80c5da30f26a320f542c1ecc5c540 (patch)
tree5397cb747ba28a8916ece0b3b75ed0784ad08042
parent03a5df9974df4dc839107053e66994a11a358866 (diff)
downloadgitlab-ce-wider-layout.tar.gz
Increase fixed layout width to 1280pxwider-layout
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 91954683c3e..2ef40a6e517 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -19,7 +19,7 @@ $border-color: #dce0e6;
$table-border-color: #eef0f2;
$background-color: #F7F8FA;
$header-height: 58px;
-$fixed-layout-width: 1200px;
+$fixed-layout-width: 1280px;
$gl-gray: #7f8fa4;
$gl-padding: 16px;
$gl-avatar-size: 46px;