Skip to content

Commit 3b3af83

Browse files
authored
button should have used inline width (codesandbox#3591)
1 parent 2bebc70 commit 3b3af83

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/Deployment

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/Deployment/Zeit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const Zeit = () => {
9898
<Button
9999
disabled={deploying}
100100
onClick={signInZeitClicked}
101-
css={{ width: 50 }}
101+
css={{ width: 'auto' }}
102102
>
103103
Sign in
104104
</Button>

0 commit comments

Comments
 (0)