-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#UI: solve text wrapping in unseal page #27
base: main
Are you sure you want to change the base?
Conversation
Someone is attempting to deploy a commit to a Personal Account owned by @chronark on Vercel. @chronark first needs to authorize it. |
app/unseal/page.tsx
Outdated
@@ -74,7 +74,7 @@ export default function Unseal() { | |||
)} | |||
</div> | |||
) : null} | |||
<pre className="px-4 py-3 mt-8 font-mono text-left bg-transparent border rounded border-zinc-600 focus:border-zinc-100/80 focus:ring-0 sm:text-sm text-zinc-100"> | |||
<pre className="px-4 py-3 mt-8 font-mono text-left bg-transparent border rounded border-zinc-600 focus:border-zinc-100/80 focus:ring-0 sm:text-sm text-zinc-100 "> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. but i think you accidentally put a space in here.
Also you probably know this but you should change your api key now that you've posted a picture of it publicly.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@chronark I will check and solve it don't worry. |
@chronark Can you check this update? |
tbh not sure if the line numbers can be fixed :D |
@chronark I made a new PR can you build it first and try again. |
No description provided.