| @@ -34,9 +34,9 @@ | ||
| 34 | 34 | if (!url) return failed ? <Failed /> : <Skipped />; |
| 35 | 35 | |
| 36 | 36 | if (removed) { |
| 37 | 37 | return ( |
| 38 | - <div className="mb-4 ms-12 me-2 flex h-24 w-24 items-center justify-center rounded-lg border border-gray-300 bg-gray-50 p-2 text-center text-xs text-gray-700"> | |
| 38 | + <div className="mb-4 ms-2 me-2 flex h-24 w-24 items-center justify-center rounded-lg border border-gray-300 bg-gray-50 p-2 text-center text-xs text-gray-700"> | |
| 39 | 39 | {__('Image removed', 'extendify-local')} |
| 40 | 40 | </div> |
| 41 | 41 | ); |
| 42 | 42 | } |
| @@ -41,9 +41,9 @@ | ||
| 41 | 41 | ); |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | return ( |
| 45 | - <div className="mb-4 ms-12 me-2"> | |
| 45 | + <div className="mb-4 ms-2 me-2"> | |
| 46 | 46 | <img |
| 47 | 47 | className="m-0 h-24 w-auto max-w-full rounded-lg border border-gray-300 object-contain" |
| 48 | 48 | src={url} |
| 49 | 49 | alt={__('Selected image', 'extendify-local')} |