aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXiaofeng An <futureweb2020@yandex.com>2019-02-02 21:49:07 -0500
committerXiaofeng An <futureweb2020@yandex.com>2019-02-02 21:49:07 -0500
commit1e40e70efc64071581adff4bce3c8bf78da82acb (patch)
treee626d8d68ea2e998ef1130ff1402db2c0835f9d1 /src
parent75b8b5d1eb3fb1ba2c806a011e8d407a56b33197 (diff)
#306 - fix conversation arrow smushed in notifications panel
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index c6e73e4e..e8bc8cbc 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -280,6 +280,7 @@
color: var(--link, $fallback--link);
max-width: 100%;
a {
+ min-width: 17px;
max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;