CreateImageWizard: fix label spacing

Decrease the spacing below labels from 8px to 4px in accordance with the mocks.
Fixes #597
This commit is contained in:
Chloe Kaubisch 2022-04-07 12:40:45 +02:00 committed by jkozol
parent ed12903519
commit 10f774a8c5

View file

@ -1,3 +1,7 @@
.pf-c-form__group-label {
--pf-c-form__group-label--PaddingBottom: var(--pf-global--spacer--xs);
}
.tiles {
display: flex;
}