summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey <ad@2d-arts.com>2015-12-15 18:19:55 +0000
committerAndrey <ad@2d-arts.com>2015-12-15 18:19:55 +0000
commit96a1558897c7628f8d49435647f052ec24a63986 (patch)
treebed6ff9a1b04ab5280452dedec1b21fe08654759
parentee258322f5565211776c3e4f521b2b1df6b9be5b (diff)
parentd86e2f33a8b80c5da30f26a320f542c1ecc5c540 (diff)
downloadgitlab-ce-96a1558897c7628f8d49435647f052ec24a63986.tar.gz
Merge branch 'wider-layout' into 'master'
Increase fixed layout width to 1280px Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @creamzy See merge request !2075
-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;