mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +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:
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>
|
||||
|
@ -9,6 +9,11 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
[dir='rtl'] .adf-rtl-container-alignment {
|
||||
margin-left: 10px!important;
|
||||
}
|
||||
|
||||
ng-content {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user