From d841124f7fbc088a9bfb6fab68a8aca2bd6f1b02 Mon Sep 17 00:00:00 2001 From: Lev Date: Tue, 9 Apr 2024 13:53:26 -0700 Subject: [PATCH] fix margin --- pgml-dashboard/src/components/inputs/text/input/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgml-dashboard/src/components/inputs/text/input/template.html b/pgml-dashboard/src/components/inputs/text/input/template.html index c7f726c10..48576bcc4 100644 --- a/pgml-dashboard/src/components/inputs/text/input/template.html +++ b/pgml-dashboard/src/components/inputs/text/input/template.html @@ -33,7 +33,7 @@ <% } %> <% if let Some(error) = error { %> -

+

<%= error %>

<% } %>