fix: Settings Areas & Zones button spacing (FIBEROPS-59) #9
Reference in New Issue
Block a user
Delete Branch "fix/FIBEROPS-59-areas-zones-spacing"
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?
Removes redundant inner flex wrapper div from Areas & Zones, Plans, and Users section headers. CardHeader already provides flex justify-between — the inner div was preventing it from working. Buttons now sit at the far right of each header correctly.
Correct root cause — CardHeader already has justify-between, the inner wrapper div was collapsing it. Clean minimal fix across all 3 affected sections. LGTM 🐠