summaryrefslogtreecommitdiff
path: root/src/client/components/instance-stats.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2021-03-02 23:39:26 +0900
committersyuilo <syuilotan@yahoo.co.jp>2021-03-02 23:39:26 +0900
commit878f09460c63d712ae88a6efe9587d7c3dec6733 (patch)
tree393b77bf979c437c048d60a53bc65acd7dda5e4e /src/client/components/instance-stats.vue
parent絵文字ピッカーからタグのセクションを消した (diff)
parentRevert "perf: use overflow: clip instead of hidden" (#7273) (diff)
downloadmisskey-878f09460c63d712ae88a6efe9587d7c3dec6733.tar.gz
misskey-878f09460c63d712ae88a6efe9587d7c3dec6733.tar.bz2
misskey-878f09460c63d712ae88a6efe9587d7c3dec6733.zip
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
Diffstat (limited to 'src/client/components/instance-stats.vue')
-rw-r--r--src/client/components/instance-stats.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/components/instance-stats.vue b/src/client/components/instance-stats.vue
index 80070996fc..e9b496180a 100644
--- a/src/client/components/instance-stats.vue
+++ b/src/client/components/instance-stats.vue
@@ -692,8 +692,7 @@ export default defineComponent({
> dd {
text-overflow: ellipsis;
- overflow: hidden; // overflow: clip; をSafariが対応したら消す
- overflow: clip;
+ overflow: hidden;
white-space: nowrap;
}