Merge pull request 'fix: hotfixes' (#128)
All checks were successful
container-scan / Container Scan (push) Successful in 2m33s
tests / Tests (push) Successful in 3m20s
docker-build / docker (push) Successful in 1m7s

Reviewed-on: #128
Reviewed-by: micha <MichaBokelmann@web.de>
This commit is contained in:
Dominik 2025-07-01 09:03:57 +00:00
commit 9015e993a8
5 changed files with 14 additions and 4 deletions

View file

@ -241,7 +241,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'