From f8e907a8c1eba8486789e9f7c44f0fe63a838976 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 20 Jan 2024 23:59:57 +0100 Subject: [PATCH] fix(notifications): always left-align notification text --- src/components/notifications/notifications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 6146aecc5..4ed6ad77a 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -27,7 +27,7 @@ {{ getDisplayName(n.notification.doer) }} - + {{ n.toText(userInfo) }}