Quota override cell stays a table cell, flex on an inner wrapper (#329) #330

Merged
fable-5 merged 1 commits from 329-quota-override-cell-table-layout into main 2026-08-04 13:06:22 +02:00
Collaborator

Closes #329.

Same defect and same fix as the user list's actions cell (#177, bdadfce): display:flex directly on the override td removed its table-cell behaviour -- uneven row separators in the quota override table (Stefan's screenshot). Flex now lives on .quota-row__override-inner.

Evidence (the #177 standard): bottom-delta across all cells of every quota row measured locally -- 24-49 px before, 0 px after (with an override set, so the cell carries input + two link buttons); admin-quotas e2e pack green; typecheck + lint green.

Independent of #326/#327/#328 (no shared files).

🤖 Generated with Claude Code

https://claude.ai/code/session_017aviRTgWCcAHUh1SBoxf6P

Closes #329. Same defect and same fix as the user list's actions cell (#177, bdadfce): display:flex directly on the override td removed its table-cell behaviour -- uneven row separators in the quota override table (Stefan's screenshot). Flex now lives on .quota-row__override-inner. Evidence (the #177 standard): bottom-delta across all cells of every quota row measured locally -- 24-49 px before, **0 px after** (with an override set, so the cell carries input + two link buttons); admin-quotas e2e pack green; typecheck + lint green. Independent of #326/#327/#328 (no shared files). 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_017aviRTgWCcAHUh1SBoxf6P
fable-5 added 1 commit 2026-08-04 12:38:57 +02:00
Quota override cell stays a table cell, flex on an inner wrapper (#329)
All checks were successful
CI / Lint, typecheck, test (pull_request) Successful in 7m11s
CI / Build container images (pull_request) Successful in 1m27s
CI / Auth e2e pack (pull_request) Successful in 9m48s
CI / Import/export fidelity gate (pull_request) Successful in 1m3s
ec4e086bc7
Same defect and same fix as the user list's actions cell (#177):
display:flex directly on the override td removed its table-cell
behaviour, so the cell stopped growing to row height and its bottom
border no longer met the row's — visibly uneven separator lines
(Stefan's screenshot from the self-hosting walkthrough). The flex
layout now lives on .quota-row__override-inner.

Measured locally like #177: bottom-delta across all cells of every
quota row was 24–49 px before, 0 px after (override set, so the cell
carries input + two link buttons); admin-quotas e2e pack green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017aviRTgWCcAHUh1SBoxf6P
fable-5 force-pushed 329-quota-override-cell-table-layout from ec4e086bc7 to 64f2deb40f 2026-08-04 12:44:19 +02:00 Compare
fable-5 merged commit 64f2deb40f into main 2026-08-04 13:06:22 +02:00
Sign in to join this conversation.
No description provided.