Wizard: Fix release dropdown's maxWidth

This applies the styling and removes `Warning: Unsupported style property max-width. Did you mean maxWidth?` from the test output.
This commit is contained in:
regexowl 2025-06-16 16:03:55 +02:00 committed by Lucas Garfield
parent cb8c8a3d5c
commit d6acce47a2

View file

@ -158,7 +158,7 @@ const ReleaseSelect = () => {
data-testid="release_select"
style={
{
'max-width': '100%',
maxWidth: '100%',
} as React.CSSProperties
}
>