summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-22 14:47:05 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-22 14:47:05 -0500
commit9ef4eda0b0ebfdd286210d2a22ab9333acfc2bf7 (patch)
tree150c697b80124eec91a4fdf7862d9612dcd53447
parentf41098adef6292020dae0b0134aa91820700f64f (diff)
downloadgitlab-ce-update-container-width.tar.gz
Reduce min-width of containerupdate-container-width
-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 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;