summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 15:52:33 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 15:52:33 +0100
commitacc35a58a7455a9107d6ebf2035f88350b1fb1ce (patch)
treed1cf9cc6d73c40637fd65767439d0771f415e80a
parent00a4be759e091bf3e07bde48650e1402da908896 (diff)
downloadgitlab-ce-acc35a58a7455a9107d6ebf2035f88350b1fb1ce.tar.gz
Revert unrelated changes
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 458af76cb75..fa463975805 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -20,12 +20,15 @@
}
.content-wrapper {
+ min-height: 100vh;
width: 100%;
padding: 20px;
+ background: #EAEBEC;
.container-fluid {
background: #FFF;
padding: $gl-padding;
+ min-height: 90vh;
&.container-blank {
background: none;