mirror of
https://github.com/kbenestad/reimburse.git
synced 2026-06-18 08:04:31 +00:00
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:
parent
228ca1c269
commit
1bb8eed0e6
1 changed files with 1 additions and 0 deletions
|
|
@ -346,6 +346,7 @@ body{
|
||||||
/* ── Responsive ───────────────────────────────────────────────────────────── */
|
/* ── Responsive ───────────────────────────────────────────────────────────── */
|
||||||
@media (max-width:680px){
|
@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.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-header{flex-direction:column;gap:14px;}
|
||||||
.kb-doctitle{text-align:left;}
|
.kb-doctitle{text-align:left;}
|
||||||
.kb-line-section.row1,.kb-line-section.row2,.kb-line-section.row3{grid-template-columns:1fr;}
|
.kb-line-section.row1,.kb-line-section.row2,.kb-line-section.row3{grid-template-columns:1fr;}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue