Skip to content

Commit cbb9d2e

Browse files
author
Guru
committed
fix: layout
1 parent 0f27710 commit cbb9d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/redirect-flow-example/src/components/transactions/SignMessage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const SignPersonalMessageCard: React.FC = () => {
4949
value={message}
5050
onChange={(e) => setMessage(e.target.value)}
5151
placeholder="Enter your message"
52-
className="min-w-[300px] mb-4 w-full p-2 border border-app-gray-300 rounded-md dark:bg-app-gray-700 dark:border-app-gray-600 dark:text-app-white"
52+
className="min-w-[80%] mb-4 w-full p-2 border border-app-gray-300 rounded-md dark:bg-app-gray-700 dark:border-app-gray-600 dark:text-app-white"
5353
rows={4}
5454
style={{ resize: "none", whiteSpace: "pre-wrap" }}
5555
/>

demo/redirect-flow-example/src/page/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const HomePage = () => {
2020

2121
return (
2222
<div className="flex-1 flex py-4 px-4 sm:py-6 sm:px-10">
23-
<div className="columns-1 sm:columns-2 lg:columns-3 xl:columns-4 break-before-avoid">
23+
<div className="columns-1 sm:columns-2 lg:columns-3 xl:columns-4 break-before-avoid w-full">
2424
{/* actions */}
2525
<div className="break-inside-avoid space-y-4 mb-4">
2626
<UserCard />

0 commit comments

Comments
 (0)