Add gap between form components when using labels positioned above fields
This commit is contained in:
parent
cb55139cea
commit
3c2b1dca0d
|
@ -25,4 +25,7 @@
|
|||
.spectrum-Form {
|
||||
width: 100%;
|
||||
}
|
||||
.spectrum-Form--labelsAbove {
|
||||
gap: var(--spectrum-global-dimension-size-100);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue