From a1c58ba6b98a8210695051ca3d70ed9c4aeb28b7 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Mon, 31 Oct 2022 15:38:31 +0300 Subject: [PATCH] fixed moe issues --- .../app/hmg-common/ui/card-filter/card-filter.component.html | 2 +- Mohem/src/theme/styles.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Mohem/src/app/hmg-common/ui/card-filter/card-filter.component.html b/Mohem/src/app/hmg-common/ui/card-filter/card-filter.component.html index 94ab6876..fee6d4a8 100644 --- a/Mohem/src/app/hmg-common/ui/card-filter/card-filter.component.html +++ b/Mohem/src/app/hmg-common/ui/card-filter/card-filter.component.html @@ -1,7 +1,7 @@
{{value}} - {{text}} + {{text}}
diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index 7e64beab..01ff1c98 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1995,6 +1995,10 @@ ion-app[dir="rtl"] { z-index: 999; } +[dir="rtl"] .text-span-moe { + font-size: 8px !important; +} + .toolTip-inside { position: absolute; left: 48%;