summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey <ad@2d-arts.com>2015-10-02 16:38:37 +0200
committerAndrey <ad@2d-arts.com>2015-10-02 16:38:37 +0200
commitacdb5f34cffc124ac9f727ff434f375b0bbe9971 (patch)
treee8455e93e64f4f1225fea8731c6b2fa0647f8d2f
parent5ebcf21b81eaf3b67d1f7c675ec54be19041a379 (diff)
downloadgitlab-ce-acdb5f34cffc124ac9f727ff434f375b0bbe9971.tar.gz
max height to layout.scss
-rw-r--r--app/assets/stylesheets/base/layout.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/base/layout.scss b/app/assets/stylesheets/base/layout.scss
index c6301ab6d32..f0569a5e673 100644
--- a/app/assets/stylesheets/base/layout.scss
+++ b/app/assets/stylesheets/base/layout.scss
@@ -40,3 +40,9 @@ html {
.container-limited {
max-width: $fixed-layout-width;
}
+
+.max-height {
+ height: 100%;
+ display: table;
+ width: 100%;
+} \ No newline at end of file