From a474955e282f28723b81acf433d47543bdf603bc Mon Sep 17 00:00:00 2001 From: Ilya Bogdanov Date: Wed, 3 Apr 2024 17:35:13 +0400 Subject: [PATCH] Fix dropdown item paddings (#9616) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes a small issue with dropdown item alignment. Screenshot 2024-04-03 at 4 55 12 PM --- app/gui2/src/components/widgets/DropdownWidget.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/gui2/src/components/widgets/DropdownWidget.vue b/app/gui2/src/components/widgets/DropdownWidget.vue index 8c5e30516a5..de1662abe88 100644 --- a/app/gui2/src/components/widgets/DropdownWidget.vue +++ b/app/gui2/src/components/widgets/DropdownWidget.vue @@ -152,6 +152,7 @@ li { } .item.selected { + margin-left: 8px; border-radius: var(--radius-full); background-color: var(--color-port-connected); width: min-content;