There was an error while loading. Please reload this page.
1 parent b0cddf5 commit cdbda36Copy full SHA for cdbda36
1 file changed
packages/oauth/src/oauth-pages.ts
@@ -93,7 +93,7 @@ const PAGE_STYLES =
93
'padding:10px 14px;border-radius:12px;' +
94
'background:#f7f7f8;border:1px solid #e5e7eb;' +
95
"font-family:'JetBrains Mono',ui-monospace,'SF Mono',monospace;" +
96
- 'font-size:13px;color:#55565c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;' +
+ 'font-size:13px;color:#55565c;' +
97
'}' +
98
'.status .ok{color:#15803d}' +
99
'.status .err{color:#dc2626}' +
0 commit comments