src: Remove width limiting for Wizard and ImagesTable
This removes `isWidthLimited` prop from Page component in Wizard and ImagesTable.
This commit is contained in:
parent
086ac6c9ec
commit
96cf08bf4d
7 changed files with 2 additions and 7 deletions
|
|
@ -158,7 +158,6 @@ const RegionsSelect = ({ composeId, handleClose }: RegionsSelectPropTypes) => {
|
|||
onClick={handleToggle}
|
||||
innerRef={toggleRef}
|
||||
isExpanded={isOpen}
|
||||
isFullWidth
|
||||
>
|
||||
<TextInputGroup isPlain>
|
||||
<TextInputGroupMain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue