CreateImageWizard: update style

The form's gutters were unnecessarily large. They are now slightly
smaller to fit all data without scrolling.
This commit is contained in:
Jacob Kozol 2021-11-18 21:01:44 +01:00 committed by Tom Gundersen
parent 2602ff346f
commit 5612d25f0d

View file

@ -11,3 +11,7 @@
.pf-c-dual-list-selector__menu {
--pf-c-dual-list-selector__menu--MinHeight: 18rem;
}
.pf-c-form {
--pf-c-form--GridGap: var(--pf-global--spacer--md);
}