← All changes
|
src/Agent/workflows/content/components/GeneratePageResult.jsx
+1
-1
3.1.2
→
3.2.1
View file →
| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | onConfirm({ redirectUrl }); |
| 12 | 12 | }, [inputs.postId, onConfirm]); |
| 13 | 13 | |
| 14 | 14 | return ( |
| 15 | - <div className="mb-4 ml-10 mr-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50 rtl:ml-2 rtl:mr-10"> | |
| 15 | + <div className="mb-4 ms-2 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 16 | 16 | <div className="rounded-lg border-b border-gray-300 bg-white"> |
| 17 | 17 | <div className="p-3"> |
| 18 | 18 | <p className="m-0 p-0 text-sm text-gray-900"> |
| 19 | 19 | {__( |