Skip to content

Commit 3bb76fb

Browse files
cvxluoclaude
andauthored
fix(billing): fix billing status overlay button spacing (#117867)
Fix some weird padding issues with a billing modal Before: <img width="431" height="342" alt="Screenshot 2026-06-16 at 2 49 27 PM" src="https://github.com/user-attachments/assets/7c469946-5e54-40a0-8598-53233429e58d" /> After: <img width="391" height="314" alt="Screenshot 2026-06-16 at 2 49 44 PM" src="https://github.com/user-attachments/assets/322c2029-8ba3-4a2b-983f-a5ab4fee3f63" /> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 8f7bed5 commit 3bb76fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/gsApp/components/navBillingStatus.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ const Title = styled('h2')`
567567
`;
568568

569569
const Body = styled('div')`
570-
margin: ${p => p.theme.space.xl};
570+
padding: ${p => p.theme.space.xl};
571571
font-size: ${p => p.theme.font.size.md};
572572
display: flex;
573573
flex-direction: column;

0 commit comments

Comments
 (0)