Skip to content
Snippets Groups Projects
Verified Commit 1a1a6d01 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #8391 TIME 0:20 fix loading

parent f954c91d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<div *ngIf="loading" class="loading" style="display:flex;height:100%;">
<mat-spinner style="margin:auto;"></mat-spinner>
</div>
<mat-sidenav-container autosize style="height:100%;" *ngIf="!loading">
<mat-sidenav-container autosize style="height:100%;">
<mat-sidenav-content style="background: white;">
<div class="row" style="margin: 0;">
<div class="col-md-12">
......
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