From 1174cf9a03197614b57b20b73eadc7ea8c4c0030 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 25 Feb 2026 15:06:39 +0100 Subject: [PATCH] fix(webapp): fix time display in user teaser (#9297) --- webapp/components/UserTeaser/UserTeaser.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/UserTeaser/UserTeaser.vue b/webapp/components/UserTeaser/UserTeaser.vue index 1fdacc360..9871c1e4e 100644 --- a/webapp/components/UserTeaser/UserTeaser.vue +++ b/webapp/components/UserTeaser/UserTeaser.vue @@ -114,7 +114,7 @@ export default { > a, > button, - > span:not(.group-info) { + > span:not(.group-info):not(.text) { display: contents; } }