Skip to content

Commit 0d3e0fc

Browse files
authored
fix(core): enlarge OAuth callback card (anomalyco#34082)
1 parent f254476 commit 0d3e0fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/oauth/page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const STYLES = `
205205
text-rendering: optimizeLegibility;
206206
}
207207
.card {
208-
width: min(100%, 25rem);
208+
width: min(100%, 28rem);
209209
padding: 2.25rem 2rem 1.75rem;
210210
background: var(--oc-card);
211211
border: 1px solid var(--oc-border-weak);

0 commit comments

Comments
 (0)