FIX: Prevent wrapping of select box container by applying nowrap (#30863)

Applied `white-space: nowrap` to ensure text remains on a single line.

### Before

![image](https://github.com/user-attachments/assets/f148e216-fce3-46c6-9934-fb43da7f8f47)


### After
<img width="728" alt="image"
src="https://github.com/user-attachments/assets/fce31f33-9a29-4a6d-85c0-d1566c9acd26"
/>
This commit is contained in:
Ella E. 2025-01-19 19:37:10 -07:00 committed by GitHub
parent 96b725a11c
commit 7ae5d03a2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
display: inline-flex;
min-width: auto;
border: none;
white-space: nowrap;
&.is-expanded {
.select-kit-collection,