From 7d49778eb64fd4937255e870ae482268dd6cf0ca Mon Sep 17 00:00:00 2001 From: anishTP Date: Tue, 20 Aug 2024 15:33:34 +0530 Subject: [PATCH] Truncate account title in profile avatar to one line --- funnel/templates/macros.html.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funnel/templates/macros.html.jinja2 b/funnel/templates/macros.html.jinja2 index 4e8745af6..202b5a129 100644 --- a/funnel/templates/macros.html.jinja2 +++ b/funnel/templates/macros.html.jinja2 @@ -303,7 +303,7 @@ {% if add_profile_link %}{% endif %} - {% if add_profile_link %}{%- else %}{% endif %}{{ account.title }}{% if add_profile_link %}{%- else %}{% endif %} + {% if add_profile_link %}{%- else %}{% endif %}{{ account.title }}{% if add_profile_link %}{%- else %}{% endif %} {{ add_follow_button(account, css_class=css_class) }} {%- endmacro %}