diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-02 21:49:07 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-02 21:49:07 -0500 |
| commit | 1e40e70efc64071581adff4bce3c8bf78da82acb (patch) | |
| tree | e626d8d68ea2e998ef1130ff1402db2c0835f9d1 /src | |
| parent | 75b8b5d1eb3fb1ba2c806a011e8d407a56b33197 (diff) | |
#306 - fix conversation arrow smushed in notifications panel
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 1 |
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; |
