diff --git a/app/components/elements/SearchSelect.module.css b/app/components/elements/SearchSelect.module.css index 04d82792d..22e39f2c5 100644 --- a/app/components/elements/SearchSelect.module.css +++ b/app/components/elements/SearchSelect.module.css @@ -29,20 +29,6 @@ } } -.selectValue { - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - display: flex; - align-items: center; - gap: var(--s-2); -} - -button:disabled .selectValue { - color: var(--color-text-high); - font-style: italic; -} - .placeholder { font-size: var(--font-xs); font-weight: var(--weight-semi); diff --git a/app/components/elements/Select.module.css b/app/components/elements/Select.module.css index 824d80b7a..4a971f0f8 100644 --- a/app/components/elements/Select.module.css +++ b/app/components/elements/Select.module.css @@ -53,6 +53,7 @@ color: var(--color-text); display: flex; align-items: center; + gap: var(--s-2); &[data-placeholder] { color: var(--color-text-high);