Commit bb56450a authored by Phil Hughes's avatar Phil Hughes

Fixed height of issue board blank state

parent 146e0cbc
lex
[v-cloak] { [v-cloak] {
display: none; display: none;
} }
...@@ -132,7 +131,7 @@ lex ...@@ -132,7 +131,7 @@ lex
} }
.board-blank-state { .board-blank-state {
height: 100%; height: calc(100% - 49px);
padding: $gl-padding; padding: $gl-padding;
background-color: #fff; background-color: #fff;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment