Wizard: Make Selects responsive
This commit is contained in:
parent
52398547f8
commit
b2255de04e
3 changed files with 0 additions and 3 deletions
|
|
@ -61,7 +61,6 @@ const ArchSelect = () => {
|
|||
ref={toggleRef}
|
||||
onClick={onToggleClick}
|
||||
isExpanded={isOpen}
|
||||
isFullWidth
|
||||
data-testid="arch_select"
|
||||
>
|
||||
{arch}
|
||||
|
|
|
|||
|
|
@ -138,7 +138,6 @@ const ReleaseSelect = () => {
|
|||
ref={toggleRef}
|
||||
onClick={onToggleClick}
|
||||
isExpanded={isOpen}
|
||||
isFullWidth
|
||||
data-testid="release_select"
|
||||
>
|
||||
{releases.get(distribution)}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,6 @@ export const AzureHyperVSelect = () => {
|
|||
data-testid="azure-hyper-v-generation-select"
|
||||
onClick={() => setIsOpen(!isOpen)}
|
||||
isExpanded={isOpen}
|
||||
isFullWidth
|
||||
>
|
||||
{hyperVGeneration === 'V1' ? 'Generation 1' : 'Generation 2'}
|
||||
</MenuToggle>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue