← All changes
|
src/Agent/workflows/theme/components/UpdateSiteIconConfirm.jsx
+1
-1
3.1.2
→
3.2.1
View file →
| @@ -69,8 +69,8 @@ | ||
| 69 | 69 | ); |
| 70 | 70 | }; |
| 71 | 71 | |
| 72 | 72 | const Wrapper = ({ children }) => ( |
| 73 | - <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"> | |
| 73 | + <div className="mb-4 ms-2 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 74 | 74 | {children} |
| 75 | 75 | </div> |
| 76 | 76 | ); |