diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-03 09:59:32 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-03 09:59:32 -0500 |
| commit | 6d3a7809be8502ac06a300447478c12c84f5de01 (patch) | |
| tree | 5d2c021281502bc792752c0fb6367022bdce954c /src | |
| parent | 965a5785614920df835288c0a249196108d9bd33 (diff) | |
#306 - fix conversation arrow smushed in notifications panel
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index c6e73e4e..3e3e82bf 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -285,6 +285,14 @@ overflow: hidden; white-space: nowrap; } + & > span { + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + } + & > a:last-child { + flex-shrink: 0; + } } .reply-info { display: flex; |
