fix(sync): resolve request body size limit issues and refine responsive photo grid layout

This commit is contained in:
2026-05-28 16:15:32 +02:00
parent 1388f603c6
commit cc183edc6d
5 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -517,7 +517,7 @@ export default function CrewForm({ logbookId }: CrewFormProps) {
/>
</div>
<div className="input-group" style={{ gridColumn: 'span 2' }}>
<div className="input-group grid-span-2">
<label>{t('crew.diseases')}</label>
<input
type="text"
@@ -722,7 +722,7 @@ export default function CrewForm({ logbookId }: CrewFormProps) {
/>
</div>
<div className="input-group" style={{ gridColumn: 'span 2' }}>
<div className="input-group grid-span-2">
<label>{t('crew.diseases')}</label>
<input
type="text"