summaryrefslogtreecommitdiff
path: root/src/client/components/sidebar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components/sidebar.vue')
-rw-r--r--src/client/components/sidebar.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/components/sidebar.vue b/src/client/components/sidebar.vue
index 6460043244..f7c50a2ba5 100644
--- a/src/client/components/sidebar.vue
+++ b/src/client/components/sidebar.vue
@@ -390,8 +390,7 @@ export default defineComponent({
font-size: $ui-font-size;
line-height: 3rem;
text-overflow: ellipsis;
- overflow: hidden; // overflow: clip; をSafariが対応したら消す
- overflow: clip;
+ overflow: hidden;
white-space: nowrap;
width: 100%;
text-align: left;