fix(layout): prevent layout blowout of logbook entry form on small screens by refining responsive grid/paddings and using class for GPS inputs

This commit is contained in:
2026-05-28 15:33:50 +02:00
parent 53940424c4
commit 960f95c8ac
2 changed files with 60 additions and 3 deletions
+1 -1
View File
@@ -847,7 +847,7 @@ export default function LogEntryEditor({ entryId, logbookId, onBack }: LogEntryE
<div className="form-grid mb-4">
<div className="input-group">
<label>{t('logs.event_gps')} (Lat, Lng)</label>
<div style={{ display: 'flex', gap: '8px' }}>
<div className="gps-input-row">
<input
type="text"
placeholder="Lat"