From 2790d12d225fff65ae881bbcd8f946641dafd619 Mon Sep 17 00:00:00 2001 From: Guy Willis Date: Thu, 14 Dec 2023 16:09:26 +0000 Subject: [PATCH] Updated rtl styling --- less/hotgridPopup.less | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/less/hotgridPopup.less b/less/hotgridPopup.less index 247a90f..4290f88 100644 --- a/less/hotgridPopup.less +++ b/less/hotgridPopup.less @@ -51,12 +51,7 @@ &__item-image-container { width: 40%; - margin-left: @item-padding; - - .dir-rtl & { - margin-left: inherit; - margin-right: @item-padding; - } + margin-inline-start: @item-padding; } }