Fix spacing of booking forms

This commit is contained in:
oriol carbonell pujolàs 2024-05-03 12:55:43 +02:00
parent c84b58a0d5
commit e425b88477
1 changed files with 6 additions and 1 deletions

View File

@ -854,6 +854,7 @@ label[x-show] > span, label[x-show] > br {
#booking-filter, #booking-filter fieldset {
display: flex;
gap: 1ch;
padding-top: 2rem;
}
#booking-filter label, #booking-filter fieldset + fieldset, #booking-filter footer {
@ -878,7 +879,7 @@ label[x-show] > span, label[x-show] > br {
#booking-form > fieldset {
display: grid;
gap: .5em;
gap: 5em;
grid-template-columns: repeat(4, 1fr);
}
@ -1006,6 +1007,10 @@ label[x-show] > span, label[x-show] > br {
justify-content: space-between;
}
#batch-form {
margin-bottom: 2rem;
}
/*</editor-fold>*/
/*<editor-fold desc="Invoices">*/