From 257a5ccf83623d94876217f283d3fa28dfcde082 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Thu, 21 Nov 2024 00:42:01 +0530 Subject: [PATCH] chore: Minor fix --- .../components-next/CustomAttributes/ListAttribute.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/components-next/CustomAttributes/ListAttribute.vue b/app/javascript/dashboard/components-next/CustomAttributes/ListAttribute.vue index ac931caf9..675023288 100644 --- a/app/javascript/dashboard/components-next/CustomAttributes/ListAttribute.vue +++ b/app/javascript/dashboard/components-next/CustomAttributes/ListAttribute.vue @@ -72,8 +72,8 @@ const handleAttributeAction = async action => { show-search class="w-48 mt-2 top-full" :class="{ - 'right-0': !isEditingView, - 'left-0': isEditingView, + 'ltr:right-0 rtl:left-0': !isEditingView, + 'ltr:left-0 rtl:right-0': isEditingView, }" @action="handleAttributeAction($event)" />