fix(callback ui): fix width of token breaking things

This commit is contained in:
DecDuck
2024-12-27 13:06:44 +11:00
parent d695b0a96a
commit a5bf7b66b2
+2 -2
View File
@@ -10,7 +10,7 @@
Successful! Successful!
</h1> </h1>
<div class="mt-4"> <div class="mt-4">
<p class="text-sm text-zinc-400 max-w-sm"> <p class="mx-auto text-sm text-zinc-400 max-w-sm">
Drop has successfully authorized the client. You may now close this Drop has successfully authorized the client. You may now close this
window. window.
</p> </p>
@@ -36,7 +36,7 @@
Paste this code into the client to continue: Paste this code into the client to continue:
</p> </p>
<p <p
class="text-sm bg-zinc-950/50 p-3 text-zinc-300 w-fit mx-auto rounded-xl" class="max-w-sm text-nowrap overflow-x-auto text-sm bg-zinc-950/50 p-3 text-zinc-300 w-fit mx-auto rounded-xl"
> >
{{ authToken }} {{ authToken }}
</p> </p>