src: Remove width limiting for Wizard and ImagesTable

This removes `isWidthLimited` prop from Page component in Wizard and ImagesTable.
This commit is contained in:
regexowl 2025-03-18 13:02:31 +01:00 committed by Lucas Garfield
parent 086ac6c9ec
commit 96cf08bf4d
7 changed files with 2 additions and 7 deletions

View file

@ -158,7 +158,6 @@ const RegionsSelect = ({ composeId, handleClose }: RegionsSelectPropTypes) => {
onClick={handleToggle}
innerRef={toggleRef}
isExpanded={isOpen}
isFullWidth
>
<TextInputGroup isPlain>
<TextInputGroupMain