Fix claimant card gap: push field content to bottom of each cell

Label+input pairs now stick to the bottom of their grid cell so the
labels sit flush above the inputs even when one label wraps.

https://claude.ai/code/session_01JyuActqTJG5tuRQNLmT7fZ
This commit is contained in:
Claude 2026-06-08 17:00:14 +00:00
parent 228ca1c269
commit 1bb8eed0e6
No known key found for this signature in database

View file

@ -346,6 +346,7 @@ body{
/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width:680px){
.kb-grid.cols-2,.kb-grid.cols-3,.kb-grid.cols-4,.kb-grid.claim-grid{grid-template-columns:1fr;}
.kb-grid.claim-grid .kb-field{justify-content:flex-end;}
.kb-header{flex-direction:column;gap:14px;}
.kb-doctitle{text-align:left;}
.kb-line-section.row1,.kb-line-section.row2,.kb-line-section.row3{grid-template-columns:1fr;}