Skip to content

Commit

Permalink
feat: better styling for typed data
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteAtATime committed Dec 12, 2024
1 parent 3d5fc73 commit 6d4f2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/signatorio/SignatureMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const SignatureMessage: React.FC<MessageSectionProps> = ({ message, typed
{highlightedTypedData && (
<div
dangerouslySetInnerHTML={{ __html: highlightedTypedData }}
className="[&>pre]:p-4 [&>pre]:rounded-2xl [&>pre]:overflow-x-auto"
className="[&>pre]:p-4 [&>pre]:rounded-lg [&>pre]:overflow-x-auto [&>pre]:text-sm [&>pre]:max-h-80 [&>pre]:overflow-y-auto"
/>
)}
</>
Expand Down

0 comments on commit 6d4f2cc

Please sign in to comment.