diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue index 2905d8f987..e373ab1aaf 100644 --- a/packages/frontend/src/components/MkNotification.vue +++ b/packages/frontend/src/components/MkNotification.vue @@ -462,8 +462,8 @@ function getActualReactedUsersCount(notification: Misskey.entities.Notification) .headerName { text-overflow: ellipsis; white-space: nowrap; - overflow: hidden; min-width: 0; + overflow: hidden; } .headerTime {