fix: hotfixes
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m33s
docker-build / docker (pull_request) Successful in 3m53s
tests / Tests (pull_request) Successful in 3m47s

This commit is contained in:
Dominik 2025-07-01 10:52:45 +02:00
parent 1ec636f3b0
commit ab869fbc29
Signed by: dominik
GPG key ID: 06A4003FC5049644
5 changed files with 14 additions and 4 deletions

View file

@ -242,7 +242,7 @@ const EventForm: React.FC<EventFormProps> = (props) => {
</div>
<div className='w-0 sm:w-[50px]'></div>
</div>
<div className='grid grid-cols-4 gap-4 h-full w-full max-lg:grid-cols-2 max-sm:grid-cols-1'>
<div className='grid grid-cols-4 gap-4 h-full w-full max-2xl:grid-cols-2 max-sm:grid-cols-1'>
<div>
<TimePicker
dateLabel='start Time'