← All changes
|
src/Agent/workflows/plugins/components/InstallPlugin.jsx
+1
-1
3.2.0
→
3.2.1
View file →
| @@ -176,9 +176,9 @@ | ||
| 176 | 176 | </button> |
| 177 | 177 | ); |
| 178 | 178 | |
| 179 | 179 | const Wrapper = ({ children }) => ( |
| 180 | - <div className="mb-4 ms-12 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 180 | + <div className="mb-4 ms-2 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 181 | 181 | {children} |
| 182 | 182 | </div> |
| 183 | 183 | ); |
| 184 | 184 | |