Explorar o código

fix(core): enlarge OAuth callback card (#34082)

Aiden Cline hai 1 mes
pai
achega
0d3e0fc8f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/core/src/oauth/page.ts

+ 1 - 1
packages/core/src/oauth/page.ts

@@ -205,7 +205,7 @@ const STYLES = `
     text-rendering: optimizeLegibility;
   }
   .card {
-    width: min(100%, 25rem);
+    width: min(100%, 28rem);
     padding: 2.25rem 2rem 1.75rem;
     background: var(--oc-card);
     border: 1px solid var(--oc-border-weak);