Skip to content
Snippets Groups Projects
Commit 87c4e0ac authored by jojohoch's avatar jojohoch
Browse files

[editor] Replace Flex layout module with class in UnitViewComponent

parent aba8c330
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,14 @@
display: inherit;
}
.fx-column-start-stretch {
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: start;
align-items: stretch;
}
.show-properties-button {
padding-bottom: 140px;
}
......
......@@ -105,7 +105,7 @@
</mat-menu>
</ng-template>
<aspect-page-canvas *ngIf="pagesLoaded" [page]="page" fxLayout="column"></aspect-page-canvas>
<aspect-page-canvas *ngIf="pagesLoaded" class="fx-column-start-stretch" [page]="page"></aspect-page-canvas>
</mat-tab>
<mat-tab disabled>
<ng-template mat-tab-label>
......
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