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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user