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 26fa1f4941
commit 5342ecd00b
1 changed files with 3 additions and 0 deletions

View File

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