From 67b5dee6c7e17f66c8bd7522317fc4603b3002f2 Mon Sep 17 00:00:00 2001 From: FateRiddle Date: Mon, 6 Jan 2020 14:33:31 +0800 Subject: [PATCH] fix style for validation text --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 0e6ae5a..9e85bac 100644 --- a/index.css +++ b/index.css @@ -60,7 +60,7 @@ } .fr-validate { - margin: 3px 0 0 12px; + margin-left: 12px; font-size: 12px; word-break: break-all; color: #f5222d; @@ -69,7 +69,7 @@ /* Row */ .fr-validate-row { - margin-left: 0; + margin: 3px 0 0 0; } .fr-label-row {