Skip to content

Commit 57a7b12

Browse files
regexowlkingsleyzissou
authored andcommitted
Wizard: Extend package search box
This makes the package search extend to the edsge of the pane.
1 parent 9680d34 commit 57a7b12

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/Components/CreateImageWizard/steps/Packages/components/PackageSearch.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,7 @@ const PackageSearch = ({
994994
variant='typeahead'
995995
onClick={onToggleClick}
996996
isExpanded={isOpen}
997+
isFullWidth
997998
>
998999
<TextInputGroup isPlain>
9991000
<TextInputGroupMain
@@ -1019,7 +1020,7 @@ const PackageSearch = ({
10191020
);
10201021

10211022
return (
1022-
<FormGroup label='Packages'>
1023+
<FormGroup label='Packages' style={{ width: '100%' }}>
10231024
<Select
10241025
isScrollable
10251026
isOpen={isOpen}

src/Components/CreateImageWizard/steps/Packages/components/Packages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const Packages = () => {
123123
</Select>
124124
</FormGroup>
125125
</ToolbarItem>
126-
<ToolbarItem>
126+
<ToolbarItem style={{ flex: 1 }}>
127127
<PackageSearch
128128
packageType={packageType}
129129
isSuccessEpelRepo={isSuccessEpelRepo}

0 commit comments

Comments
 (0)