Skip to content
Snippets Groups Projects
Commit 6e04e757 authored by Phil Hughes's avatar Phil Hughes Committed by GitLab Release Tools Bot
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

(cherry picked from commit 453dec0a)

df5882ee Add flex styles to board list only if board list is expanded
parent f6154b0e
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