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:
parent
cb8c8a3d5c
commit
d6acce47a2
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ const ReleaseSelect = () => {
|
|||
data-testid="release_select"
|
||||
style={
|
||||
{
|
||||
'max-width': '100%',
|
||||
maxWidth: '100%',
|
||||
} as React.CSSProperties
|
||||
}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue