Skip to content
Snippets Groups Projects
Commit 2e81f7a0 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Change order of types of contents

parent 969f2b89
1 merge request!133Resolve "Refine theme and styling of components"
Pipeline #22526 passed with stages
in 3 minutes and 10 seconds
<div fxLayout="column" fxLayoutAlign="start" fxLayoutGap="20px" fxFill> <div fxLayout="column" fxLayoutAlign="start" fxLayoutGap="20px" fxFill>
<div fxLayout="row" fxLayoutAlign="center"> <div fxLayout="row" fxLayoutAlign="center">
<mat-tab-group> <mat-tab-group>
<mat-tab label="Text">
<div class="tab-container">
<app-content-creator [format]="'text'" [contentGroups]="contentGroups"></app-content-creator>
</div>
</mat-tab>
<mat-tab label="Single / Multiple Choice"> <mat-tab label="Single / Multiple Choice">
<div class="tab-container"> <div class="tab-container">
<app-content-creator [format]="'choice'" [contentGroups]="contentGroups"></app-content-creator> <app-content-creator [format]="'choice'" [contentGroups]="contentGroups"></app-content-creator>
...@@ -21,6 +16,11 @@ ...@@ -21,6 +16,11 @@
<app-content-creator [format]="'yesno'" [contentGroups]="contentGroups"></app-content-creator> <app-content-creator [format]="'yesno'" [contentGroups]="contentGroups"></app-content-creator>
</div> </div>
</mat-tab> </mat-tab>
<mat-tab label="Text">
<div class="tab-container">
<app-content-creator [format]="'text'" [contentGroups]="contentGroups"></app-content-creator>
</div>
</mat-tab>
</mat-tab-group> </mat-tab-group>
</div> </div>
</div> </div>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment