Skip to content

Commit f596606

Browse files
authored
Merge pull request #2536 from nextcloud/bugfix/2534
Only set flex layout on the active tab
2 parents 6b35b44 + ea122c8 commit f596606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/card/CardSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default {
185185
background-color: var(--color-main-background);
186186
}
187187
188-
section {
188+
section.app-sidebar__tab--active {
189189
min-height: auto;
190190
display: flex;
191191
flex-direction: column;

0 commit comments

Comments
 (0)