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

@ -120,7 +120,6 @@ const KernelName = () => {
variant="typeahead"
onClick={onToggleClick}
isExpanded={isOpen}
isFullWidth
>
<TextInputGroup isPlain>
<TextInputGroupMain

View file

@ -105,7 +105,6 @@ const KeyboardDropDown = () => {
variant="typeahead"
onClick={onToggleClick}
isExpanded={isOpen}
isFullWidth
>
<TextInputGroup isPlain>
<TextInputGroupMain

View file

@ -110,7 +110,6 @@ const LanguagesDropDown = () => {
variant="typeahead"
onClick={onToggleClick}
isExpanded={isOpen}
isFullWidth
>
<TextInputGroup isPlain>
<TextInputGroupMain

View file

@ -102,7 +102,6 @@ const TimezoneDropDown = () => {
variant="typeahead"
onClick={onToggleClick}
isExpanded={isOpen}
isFullWidth
>
<TextInputGroup isPlain>
<TextInputGroupMain