diff --git a/src/client/app/mobile/views/components/notification.vue b/src/client/app/mobile/views/components/notification.vue
index 62df76cba..9dae95c9b 100644
--- a/src/client/app/mobile/views/components/notification.vue
+++ b/src/client/app/mobile/views/components/notification.vue
@@ -5,7 +5,7 @@
@@ -21,7 +21,7 @@
@@ -37,7 +37,7 @@
@@ -48,7 +48,7 @@
@@ -59,7 +59,7 @@
@@ -130,6 +130,12 @@ export default Vue.extend({
[data-icon], .mk-reaction-icon
margin-right 4px
+ > .name
+ text-overflow ellipsis
+ white-space nowrap
+ min-width 0
+ overflow hidden
+
> .mk-time
margin-left auto
color var(--noteHeaderInfo)