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
|
|
@ -120,7 +120,6 @@ const KernelName = () => {
|
|||
variant="typeahead"
|
||||
onClick={onToggleClick}
|
||||
isExpanded={isOpen}
|
||||
isFullWidth
|
||||
>
|
||||
<TextInputGroup isPlain>
|
||||
<TextInputGroupMain
|
||||
|
|
|
|||
|
|
@ -105,7 +105,6 @@ const KeyboardDropDown = () => {
|
|||
variant="typeahead"
|
||||
onClick={onToggleClick}
|
||||
isExpanded={isOpen}
|
||||
isFullWidth
|
||||
>
|
||||
<TextInputGroup isPlain>
|
||||
<TextInputGroupMain
|
||||
|
|
|
|||
|
|
@ -110,7 +110,6 @@ const LanguagesDropDown = () => {
|
|||
variant="typeahead"
|
||||
onClick={onToggleClick}
|
||||
isExpanded={isOpen}
|
||||
isFullWidth
|
||||
>
|
||||
<TextInputGroup isPlain>
|
||||
<TextInputGroupMain
|
||||
|
|
|
|||
|
|
@ -102,7 +102,6 @@ const TimezoneDropDown = () => {
|
|||
variant="typeahead"
|
||||
onClick={onToggleClick}
|
||||
isExpanded={isOpen}
|
||||
isFullWidth
|
||||
>
|
||||
<TextInputGroup isPlain>
|
||||
<TextInputGroupMain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue