From 7b77f6f36358493411c1c13b400c6381f9bc0e56 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Fri, 31 Jan 2025 01:19:28 -0300 Subject: [PATCH] feat: gracefully handle bigger title on info cards --- app/templates/cotton/ui/info_card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/cotton/ui/info_card.html b/app/templates/cotton/ui/info_card.html index 4e22eab..09c29ba 100644 --- a/app/templates/cotton/ui/info_card.html +++ b/app/templates/cotton/ui/info_card.html @@ -3,7 +3,7 @@
-
{{ title }}{% if help_text %}{% include 'includes/help_icon.html' with content=help_text %}{% endif %}
+
{{ title }}{% if help_text %}{% include 'includes/help_icon.html' with content=help_text %}{% endif %}
{{ slot }}
\ No newline at end of file