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
@@ -9,6 +9,11 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
[dir='rtl'] .adf-rtl-container-alignment {
|
||||
margin-left: 10px!important;
|
||||
}
|
||||
|
||||
ng-content {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user