diff --git a/frontend/src/app/main/ui/components/editable_select.scss b/frontend/src/app/main/ui/components/editable_select.scss index 4d6a17e001..490e549c0a 100644 --- a/frontend/src/app/main/ui/components/editable_select.scss +++ b/frontend/src/app/main/ui/components/editable_select.scss @@ -39,7 +39,7 @@ .custom-select-dropdown { @extend %dropdown-wrapper; - width: fit-content; + width: max-content; max-height: px2rem(320); // TODO: when this gets addressed in the DS, use a token .separator { margin: 0;