diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue index 0831edfa2ef..db5b89945fc 100644 --- a/src/components/TopBar/TopBar.vue +++ b/src/components/TopBar/TopBar.vue @@ -442,7 +442,7 @@ export default { } } .title { - font-weight: bold; + font-weight: 500; overflow: hidden; text-overflow: ellipsis; }