File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
demo/redirect-flow-example/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments