Route builder: drop reserved label height on single-column mobile layout
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cc047dd867
commit
c035b64bd3
|
|
@ -873,6 +873,10 @@
|
|||
.guide-route { margin-top: 24px; padding: 22px; border-radius: 16px; }
|
||||
.guide-route-actions .btn { width: 100%; text-align: center; }
|
||||
}
|
||||
/* Single-column route form: labels sit naturally, no reserved 2-line height */
|
||||
@media (max-width: 430px) {
|
||||
.guide-field label { min-height: 0; }
|
||||
}
|
||||
|
||||
/* ---------- Personal route results page ---------- */
|
||||
.route-report-page { max-width: 820px; margin: 56px auto 64px; padding: 0 24px; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue