Ajout d'un padding sous la page pour ne pas couper le contenu long.
This commit is contained in:
parent
abb63a54cf
commit
ada99b58bc
|
@ -1,6 +1,6 @@
|
|||
<cre-header></cre-header>
|
||||
<cre-global-alert-handler></cre-global-alert-handler>
|
||||
<div>
|
||||
<div class="pb-5">
|
||||
<div class="dark-background"></div>
|
||||
<router-outlet></router-outlet>
|
||||
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
<td mat-cell *matCellDef="let group" [attr.colspan]="columns.length">
|
||||
<div class="entity-detail"
|
||||
[@detailExpand]="group == expandedElement && canViewEmployee ? 'expanded' : 'collapsed'">
|
||||
<!-- <cre-employees-list [group]="group" class="w-100"></cre-employees-list>-->
|
||||
<cre-permissions-list [group]="group"></cre-permissions-list>
|
||||
</div>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue