From d28f39c477590748b1af66915549f8f314f6b680 Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Date: Mon, 27 Apr 2026 12:18:47 +0530 Subject: [PATCH] chore: fix whitespace and add EOF newline in dropdown scss Co-Authored-By: Claude Sonnet 4.6 --- src/components/dropdown/_dropdown.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/dropdown/_dropdown.scss b/src/components/dropdown/_dropdown.scss index 93fb8d7..452e066 100644 --- a/src/components/dropdown/_dropdown.scss +++ b/src/components/dropdown/_dropdown.scss @@ -8,6 +8,7 @@ background-position: right 10px center; appearance: none; } + [dir='rtl'] &__widget { background-position: left 10px center; }