[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:
arditdomi 2019-03-20 15:55:16 +00:00 committed by Eugenio Romano
parent c4bd7a93ab
commit 10e91bed2a
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -9,6 +9,11 @@
overflow: hidden;
}
[dir='rtl'] .adf-rtl-container-alignment {
margin-left: 10px!important;
}
ng-content {
display: block;
width: 100%;