Better display of default slot duration and reminder

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet 2023-05-24 09:39:46 +02:00 committed by GitHub
parent 273c0f5c3d
commit 20dfe0931a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -66,14 +66,11 @@
display: table;
label {
display: table-cell;
min-width: 50%;
vertical-align: middle;
display: block;
}
.multiselect {
display: table-cell;
width: 50%;
display: block;
}
}