Skip to content
Snippets Groups Projects

Resolve "Adjust participant-room view"

Merged Lukas Mauß requested to merge 135-adjust-participant-room-view into master
All threads resolved!
Files
32
+ 16
0
<div fxLayout="column" fxLayoutAlign="start" fxLayoutGap="20px" fxFill>
<div fxLayout="row" fxLayoutAlign="center">
<mat-tab-group>
<mat-tab label="Text">
<div class="tab-container">
<app-creator-text-content></app-creator-text-content>
</div>
</mat-tab>
<mat-tab label="Choice">
<div class="tab-container">
<app-creator-choice-content></app-creator-choice-content>
</div>
</mat-tab>
</mat-tab-group>
</div>
</div>