summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-10-18 17:03:36 +0100
committerPhil Hughes <me@iamphill.com>2016-10-18 17:03:36 +0100
commitbb56450acc8d9a8c88aec8abf68da548bdfdb4da (patch)
treed5fdc1f22891d1e3a529b4eb086b9f78be3625f3
parent146e0cbc4dfb857e0eb44777c40da5df56f376e0 (diff)
downloadgitlab-ce-boards-blank-state-size-fix.tar.gz
Fixed height of issue board blank stateboards-blank-state-size-fix
-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;
}