Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 21e9e1f

Browse files
committed
fix(plugins/plugin-client-common): more nav width tweaks
1 parent cf78662 commit 21e9e1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/plugin-client-common/web/scss/components/Wizard/PatternFly.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
flex-direction: row;
3939
}
4040
@include WizardNav {
41-
width: 18rem;
42-
min-width: 18rem;
43-
max-width: 18rem;
41+
width: auto;
42+
min-width: 8rem;
43+
max-width: 16rem;
4444
position: unset;
4545
}
4646
}

0 commit comments

Comments
 (0)