← All changes
|
src/Agent/workflows/theme/components/SelectThemeFontsVariation.jsx
+1
-1
3.2.0
→
trunk
View file →
| @@ -57,9 +57,9 @@ | ||
| 57 | 57 | |
| 58 | 58 | if (noVariations) return null; |
| 59 | 59 | |
| 60 | 60 | return ( |
| 61 | - <div className="mb-4 ms-12 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 61 | + <div className="mb-4 ms-2 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 62 | 62 | <div className="rounded-lg border-b border-gray-300 bg-white"> |
| 63 | 63 | <div className="grid grid-cols-2 gap-2 p-3"> |
| 64 | 64 | {shuffled?.slice(0, 10)?.map(({ title, css, styles }) => ( |
| 65 | 65 | <button |