PluginProbe
Extendify / trunk
Extendify vtrunk
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/Agent/components/ErrorMessage.jsx +1 -1 3.2.0 → trunk View file →
@@ -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"