Quota override table: uneven row separators — display:flex directly on the override td #329
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#329
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reported by Stefan (screenshot: Admin -> quota overrides, 'Overrides pro Person / Teich'): the separator lines under the Override column sit at a different height than the rest of the row -- same symptom the admin user list had in #177.
Same cause, same fix:
.quota-row__override(a td in QuotaManager.tsx) carriesdisplay: flexdirectly, which removes the cell's table-cell behaviour so it no longer grows to row height and its bottom border no longer meets the row's. Move the flex layout onto an inner wrapper (.quota-row__override-inner), exactly likebdadfcedid for.user-row__actions(#177).Acceptance: 0 px bottom-delta across all cells of every quota row (the #177 evidence standard); admin-quotas e2e pack stays green.