aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjared <jaredrmain@gmail.com>2019-02-11 23:03:51 -0500
committerjared <jaredrmain@gmail.com>2019-02-11 23:03:51 -0500
commit4d930c7c2689ece37c58edfba1b62ff50617a4ce (patch)
tree2f144d5fa752a5680f9fb19525ad6b01fc3419a3 /src
parent8efe30c2dcc3d1ee22d00666ad6cb42f636ebb69 (diff)
345 - fix long username issue in repeat status
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 76daf73a..aae365d1 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -438,6 +438,8 @@
.user-name {
font-weight: bold;
+ overflow: hidden;
+ text-overflow: ellipsis;
img {
width: 14px;