aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_title
diff options
context:
space:
mode:
authoreugenijm <eugenijm@protonmail.com>2020-07-07 23:33:08 +0300
committereugenijm <eugenijm@protonmail.com>2020-07-08 15:21:31 +0300
commit3b2dfcaf5c402743a44eb315c519f1100d3f1006 (patch)
treeb43c451f83f8cfb113504187514f6de3fe4967c6 /src/components/chat_title
parentfc865d3a129a7d5eabf1490a82eefbdea07e3b47 (diff)
Add the single-line prop to StatusContent and use it for chat list items
Diffstat (limited to 'src/components/chat_title')
-rw-r--r--src/components/chat_title/chat_title.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/chat_title/chat_title.vue b/src/components/chat_title/chat_title.vue
index cfd1e6d1..c375b10b 100644
--- a/src/components/chat_title/chat_title.vue
+++ b/src/components/chat_title/chat_title.vue
@@ -40,6 +40,8 @@
white-space: nowrap;
display: inline;
word-wrap: break-word;
+ overflow: hidden;
+ text-overflow: ellipsis;
.emoji {
width: 14px;