aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-08-06 09:46:19 +0000
committerShpuld Shpludson <shp@cock.li>2020-08-06 09:46:19 +0000
commit7bd684670384b082d9b87a3a1eacf04dbce0267d (patch)
treeba19c75f5a5e79045596e49e76ddca569bb8fee7 /src
parentb3f3e87411c8987789d1be7693c0ba77a3424cb0 (diff)
parent222ad2dd50823074ad323a4a9ff75842808fbe25 (diff)
Merge branch 'chat-list-single-line-fix' into 'develop'
Fix single line status content mode in the chat list See merge request pleroma/pleroma-fe!1202
Diffstat (limited to 'src')
-rw-r--r--src/components/status_content/status_content.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status_content/status_content.vue b/src/components/status_content/status_content.vue
index bf8d376e..ab48786c 100644
--- a/src/components/status_content/status_content.vue
+++ b/src/components/status_content/status_content.vue
@@ -275,6 +275,7 @@ $status-margin: 0.75em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
+ height: 1.4em;
}
}
}