| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | import { __ } from '@wordpress/i18n'; |
| 2 | 2 | |
| 3 | 3 | export const ErrorMessage = ({ children }) => ( |
| 4 | - <div className="mb-4 ms-12 me-2 min-w-0 flex-1 flex-col gap-1 rtl:flex"> | |
| 4 | + <div className="mb-4 ms-2 me-2 min-w-0 flex-1 flex-col gap-1 rtl:flex"> | |
| 5 | 5 | <div className="flex items-center gap-2 border-l-4 border-l-wp-alert-red bg-wp-notice-error p-3 text-gray-900"> |
| 6 | 6 | <div className="text-wp-alert-red"> |
| 7 | 7 | <svg |
| 8 | 8 | xmlns="http://www.w3.org/2000/svg" |