summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-10-20 08:50:27 +0000
committerFatih Acet <acetfatih@gmail.com>2016-10-20 08:50:27 +0000
commit192a6eaf1fb6adf2d4fa96d52e65657909849a52 (patch)
treec8143d75eebfa473580a233c11c306f802d78519 /app/assets/stylesheets
parent8608beedb634860d834a4be29f31313ebdb797c2 (diff)
parentbb56450acc8d9a8c88aec8abf68da548bdfdb4da (diff)
downloadgitlab-ce-192a6eaf1fb6adf2d4fa96d52e65657909849a52.tar.gz
Merge branch 'boards-blank-state-size-fix' into 'master'
Fixed height of issue board blank state ## What does this MR do? The height of the issue board blank state was causing some weird scrolling issues. This MR changes the height of the blank state. See merge request !6960
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/boards.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 6e81c12aa55..d8fabbdcebe 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -1,4 +1,3 @@
-lex
[v-cloak] {
display: none;
}
@@ -132,7 +131,7 @@ lex
}
.board-blank-state {
- height: 100%;
+ height: calc(100% - 49px);
padding: $gl-padding;
background-color: #fff;
}