diff --git a/src/styles/components/base/multiselect.scss b/src/styles/components/base/multiselect.scss index d3b67a263..690b09c7e 100644 --- a/src/styles/components/base/multiselect.scss +++ b/src/styles/components/base/multiselect.scss @@ -60,6 +60,7 @@ overflow-x: auto; position: absolute; z-index: 100; + max-width: 100%; min-width: 100%; button { @@ -75,6 +76,13 @@ display: flex; justify-content: space-between; align-items: center; + overflow: hidden; + + span:first-child { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + } .hint-text { font-size: .75rem;