fixup! manager: add css for partial bookings with only start or end checking (#80047)
gitea/chrono/pipeline/head This commit looks good Details

This commit is contained in:
Thomas Jund 2023-11-24 10:32:03 +01:00
parent beccebf0b4
commit c18f0fd5fd
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ div#main-content.partial-booking-dayview {
top: 0;
}
.start-time, .end-time {
display: inherit;
display: inline-block;
padding: 0.33em 0.66em;
}
.end-time {