Skip to content
Snippets Groups Projects
Commit bb56450a authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed height of issue board blank state

parent 146e0cbc
No related branches found
No related tags found
1 merge request!6960Fixed height of issue board blank state
Pipeline #
lex
[v-cloak] { [v-cloak] {
display: none; display: none;
} }
Loading
@@ -132,7 +131,7 @@ lex
Loading
@@ -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;
} }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment