From d5c3437f68e8942aa1d73c9a15fe7af7165b7ccb Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Sun, 12 May 2024 00:39:36 +0900 Subject: [PATCH] feat(ui): allow wrapping line to next row --- components/notification/NotificationGroupedLikes.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/notification/NotificationGroupedLikes.vue b/components/notification/NotificationGroupedLikes.vue index fb4e5567..a3855150 100644 --- a/components/notification/NotificationGroupedLikes.vue +++ b/components/notification/NotificationGroupedLikes.vue @@ -27,7 +27,7 @@ const likes = computed(() => group.likes.filter(i => i.favourite && !i.reblog)) {{ $t('notification.reblogged_post') }} -
+