Commit 3328ce94 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents da9627e3 d29e81b2
...@@ -221,7 +221,7 @@ export default { ...@@ -221,7 +221,7 @@ export default {
</script> </script>
<template> <template>
<div class="board-list-component d-flex flex-column"> <div class="board-list-component">
<div v-if="loading" class="board-list-loading text-center" aria-label="Loading issues"> <div v-if="loading" class="board-list-loading text-center" aria-label="Loading issues">
<gl-loading-icon /> <gl-loading-icon />
</div> </div>
......
...@@ -201,6 +201,13 @@ ...@@ -201,6 +201,13 @@
display: none; display: none;
} }
} }
&:not(.is-collapsed) {
.board-list-component {
display: flex;
flex-direction: column;
}
}
} }
.board-inner { .board-inner {
......
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