diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-03-02 23:39:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-03-02 23:39:26 +0900 |
| commit | 878f09460c63d712ae88a6efe9587d7c3dec6733 (patch) | |
| tree | 393b77bf979c437c048d60a53bc65acd7dda5e4e /src/client/components/instance-stats.vue | |
| parent | 絵文字ピッカーからタグのセクションを消した (diff) | |
| parent | Revert "perf: use overflow: clip instead of hidden" (#7273) (diff) | |
| download | misskey-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.vue | 3 |
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; } |