mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4229] Fix big space issue when ADF set to RTL (#4467)
* [ADF-4229] Fix big space issue when ADF Application set to RTL * [ADF-4229] Fix big space issue when ADF Application set to RTL * Update layout-container.component.scss
This commit is contained in:
committed by
Eugenio Romano
parent
c4bd7a93ab
commit
10e91bed2a
@@ -10,7 +10,7 @@
|
||||
</mat-sidenav>
|
||||
|
||||
<div>
|
||||
<div [@contentAnimationLeft]="getContentAnimationStateLeft()" [@contentAnimationRight]="getContentAnimationStateRight()">
|
||||
<div class="adf-rtl-container-alignment" [@contentAnimationLeft]="getContentAnimationStateLeft()" [@contentAnimationRight]="getContentAnimationStateRight()">
|
||||
<ng-content select="[app-layout-content]"></ng-content>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user