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