1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Add gap between form components when using labels positioned above fields

This commit is contained in:
Andrew Kingston 2021-08-12 10:37:07 +01:00
parent cb55139cea
commit 3c2b1dca0d

View file

@ -25,4 +25,7 @@
.spectrum-Form {
width: 100%;
}
.spectrum-Form--labelsAbove {
gap: var(--spectrum-global-dimension-size-100);
}
</style>