Merge pull request #409 from umbraco/nathanwoulfe-patch-1

flex: 0 on router-outlet to collapse when empty
This commit is contained in:
Jacob Overgaard
2023-01-17 16:43:36 +01:00
committed by GitHub

View File

@@ -46,6 +46,7 @@ export class UmbWorkspaceLayout extends UmbLitElement {
}
router-slot {
height: 100%;
flex:0;
}
umb-extension-slot[slot='actions'] {