From 10e91bed2ab7c3b5a27cdafce28edd156fef82f8 Mon Sep 17 00:00:00 2001 From: arditdomi <32884230+arditdomi@users.noreply.github.com> Date: Wed, 20 Mar 2019 15:55:16 +0000 Subject: [PATCH] [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 --- .../layout-container/layout-container.component.html | 2 +- .../layout-container/layout-container.component.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/core/layout/components/layout-container/layout-container.component.html b/lib/core/layout/components/layout-container/layout-container.component.html index 308cd1d060..19aaf18447 100644 --- a/lib/core/layout/components/layout-container/layout-container.component.html +++ b/lib/core/layout/components/layout-container/layout-container.component.html @@ -10,7 +10,7 @@
-
+
diff --git a/lib/core/layout/components/layout-container/layout-container.component.scss b/lib/core/layout/components/layout-container/layout-container.component.scss index 718d1b1f8c..f67f8cd8fd 100644 --- a/lib/core/layout/components/layout-container/layout-container.component.scss +++ b/lib/core/layout/components/layout-container/layout-container.component.scss @@ -9,6 +9,11 @@ overflow: hidden; } + + [dir='rtl'] .adf-rtl-container-alignment { + margin-left: 10px!important; + } + ng-content { display: block; width: 100%;