summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2021-02-20 21:50:58 +0900
committersyuilo <syuilotan@yahoo.co.jp>2021-02-20 21:50:58 +0900
commitb0757129d536bd613955cb847d986a1149cfa86d (patch)
tree75aa1c812f13b4fed19aad405d1071eafb28e534 /src/client
parentClean up (diff)
downloadmisskey-b0757129d536bd613955cb847d986a1149cfa86d.tar.gz
misskey-b0757129d536bd613955cb847d986a1149cfa86d.tar.bz2
misskey-b0757129d536bd613955cb847d986a1149cfa86d.zip
Tweak UI
Diffstat (limited to 'src/client')
-rw-r--r--src/client/ui/chat/index.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/ui/chat/index.vue b/src/client/ui/chat/index.vue
index 0ee32833a8..bd0fd324fa 100644
--- a/src/client/ui/chat/index.vue
+++ b/src/client/ui/chat/index.vue
@@ -466,6 +466,9 @@ export default defineComponent({
display: block;
padding: 6px 8px;
border-radius: 4px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
&:hover {
text-decoration: none;