Describe the bug
When selecting certain values from a dropdown, the selected text increases the width of the dropdown component.
As a result, nearby elements wrap or shift position, causing an inconsistent layout.
Steps to reproduce
- Navigate to the affected page
- Open the dropdown
- Select an option with longer text
- Observe the surrounding layout
Expected behavior
The dropdown width should remain stable after selection and should not affect the positioning of surrounding elements.
Actual behavior
The dropdown width changes based on the selected option, causing nearby elements to wrap or shift.
Additional context
This creates visible layout shifts and affects the user experience, especially when selecting longer option values.

Describe the bug
When selecting certain values from a dropdown, the selected text increases the width of the dropdown component.
As a result, nearby elements wrap or shift position, causing an inconsistent layout.
Steps to reproduce
Expected behavior
The dropdown width should remain stable after selection and should not affect the positioning of surrounding elements.
Actual behavior
The dropdown width changes based on the selected option, causing nearby elements to wrap or shift.
Additional context
This creates visible layout shifts and affects the user experience, especially when selecting longer option values.