← All changes
|
src/Agent/workflows/theme/components/SelectAnimation.jsx
+1
-1
3.2.0
→
3.2.1
View file →
| @@ -115,9 +115,9 @@ | ||
| 115 | 115 | ); |
| 116 | 116 | } |
| 117 | 117 | |
| 118 | 118 | return ( |
| 119 | - <div className="mb-4 ms-12 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 119 | + <div className="mb-4 ms-2 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 120 | 120 | <div className="rounded-lg p-3 border-b border-gray-300 bg-white"> |
| 121 | 121 | <div className="text-xs uppercase mb-3 text-gray-700 font-medium"> |
| 122 | 122 | {/* translators: "Type" refers to the category of animation effects available. e.g. The type could be 'Zoom In', 'Fade', etc. */} |
| 123 | 123 | {_x('Type', 'animation type', 'extendify-local')} |