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 0fbe4abeaf..a8fc021ef9 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;