🌐 AI搜索 & 代理 主页
Skip to content

Commit bb0d7aa

Browse files
authored
Fix margin for input element with error (#1400)
1 parent 0a01cc2 commit bb0d7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgml-dashboard/src/components/inputs/text/input/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<% } %>
3434
</div>
3535
<% if let Some(error) = error { %>
36-
<p class="mt-1 mb-0">
36+
<p class="mt-2 mb-0">
3737
<small><%= error %></small>
3838
</p>
3939
<% } %>

0 commit comments

Comments
 (0)