From 211266c0725dde354777425a1fe571e9bd1dddf8 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 9 Jul 2022 13:37:06 +0200 Subject: [bugfix] Fix display names in thread view causing wrapping issues on small screens (#698) * use account.Acct for username * allow username + displayname to wrap with ellipses * use span 2 for displayname always * remove commented-out line --- web/template/status.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template') diff --git a/web/template/status.tmpl b/web/template/status.tmpl index f03fdbef6..c477428fc 100644 --- a/web/template/status.tmpl +++ b/web/template/status.tmpl @@ -1,7 +1,7 @@