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

Merge branch '57551-collapse-board-list-fix' into 'master'

Add flex styles to board list only if board list is expanded

Closes #57551

See merge request gitlab-org/gitlab-ce!25113
parents 1eca4466 df5882ee
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -221,7 +221,7 @@ export default {
</script>
 
<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">
<gl-loading-icon />
</div>
Loading
Loading
Loading
Loading
@@ -164,6 +164,13 @@
display: none;
}
}
&:not(.is-collapsed) {
.board-list-component {
display: flex;
flex-direction: column;
}
}
}
 
.board-inner {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment