From d2107e7f69a8be042cf1f59275d1568558d6f5e5 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Fri, 17 May 2024 08:02:06 +0200 Subject: [PATCH] Fix width of drop down --- .../src/app/main/ui/workspace/tokens/editable_select.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/app/main/ui/workspace/tokens/editable_select.scss b/frontend/src/app/main/ui/workspace/tokens/editable_select.scss index 0fbe4abea..a8fc021ef 100644 --- a/frontend/src/app/main/ui/workspace/tokens/editable_select.scss +++ b/frontend/src/app/main/ui/workspace/tokens/editable_select.scss @@ -35,6 +35,11 @@ .custom-select-dropdown { @extend .dropdown-wrapper; max-height: $s-320; + width: auto; + margin-top: $s-4; + right: 0; + left: auto; + .separator { margin: 0; height: $s-12;