Skip to content

Commit cdbda36

Browse files
committed
fix: let OAuth page status text wrap on narrow screens
1 parent b0cddf5 commit cdbda36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/oauth/src/oauth-pages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const PAGE_STYLES =
9393
'padding:10px 14px;border-radius:12px;' +
9494
'background:#f7f7f8;border:1px solid #e5e7eb;' +
9595
"font-family:'JetBrains Mono',ui-monospace,'SF Mono',monospace;" +
96-
'font-size:13px;color:#55565c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;' +
96+
'font-size:13px;color:#55565c;' +
9797
'}' +
9898
'.status .ok{color:#15803d}' +
9999
'.status .err{color:#dc2626}' +

0 commit comments

Comments
 (0)