Merge pull request #2536 from nextcloud/bugfix/2534

Only set flex layout on the active tab
This commit is contained in:
Julius Härtl
2020-11-16 10:44:20 +01:00
committed by GitHub

View File

@@ -185,7 +185,7 @@ export default {
background-color: var(--color-main-background); background-color: var(--color-main-background);
} }
section { section.app-sidebar__tab--active {
min-height: auto; min-height: auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;