mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4339] Fix documentList and ContentServices UI for IE11 (#4660)
* [ADF-4339] Fix documentList and ContentServices UI for IE11 * [ADF-4339] Fixed syntax mistake
This commit is contained in:
committed by
Eugenio Romano
parent
8231a5a37e
commit
54a2b14285
@@ -10,7 +10,7 @@
|
||||
</mat-sidenav>
|
||||
|
||||
<div>
|
||||
<div class="adf-rtl-container-alignment" [@contentAnimationLeft]="getContentAnimationStateLeft()" [@contentAnimationRight]="getContentAnimationStateRight()">
|
||||
<div class="adf-rtl-container-alignment adf-container-full-width" [@contentAnimationLeft]="getContentAnimationStateLeft()" [@contentAnimationRight]="getContentAnimationStateRight()">
|
||||
<ng-content select="[app-layout-content]"></ng-content>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -13,6 +13,10 @@
|
||||
margin-left: 10px!important;
|
||||
}
|
||||
|
||||
.adf-container-full-width {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.adf-sidenav--hidden {
|
||||
visibility: hidden !important;
|
||||
width: 0 !important;
|
||||
|
Reference in New Issue
Block a user