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:
parent
ed12903519
commit
10f774a8c5
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
.pf-c-form__group-label {
|
||||
--pf-c-form__group-label--PaddingBottom: var(--pf-global--spacer--xs);
|
||||
}
|
||||
|
||||
.tiles {
|
||||
display: flex;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue