diff --git a/src/client/app/common/views/widgets/hashtags.vue b/src/client/app/common/views/widgets/hashtags.vue index 809f87f6f..8c9ca5d41 100644 --- a/src/client/app/common/views/widgets/hashtags.vue +++ b/src/client/app/common/views/widgets/hashtags.vue @@ -8,7 +8,7 @@
- #{{ stat.tag }} + #{{ stat.tag }}

{{ '%i18n:@count%'.replace('{}', stat.usersCount) }}

@@ -84,10 +84,16 @@ root(isDark) > .tag flex 1 + overflow hidden font-size 14px color isDark ? #9baec8 : #65727b > a + display block + width 100% + white-space nowrap + overflow hidden + text-overflow ellipsis color inherit > p