From 909e2ab60f276270a958d3d38bd79b9f65ff8bc3 Mon Sep 17 00:00:00 2001 From: Yorun <547747006@qq.com> Date: Wed, 5 Apr 2023 11:32:45 +0000 Subject: [PATCH] fix: header title overflow --- app/components/window.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/window.scss b/app/components/window.scss index d89c9eb1..a92aed4e 100644 --- a/app/components/window.scss +++ b/app/components/window.scss @@ -10,6 +10,7 @@ .window-header-title { max-width: calc(100% - 100px); + overflow: hidden; .window-header-main-title { font-size: 20px;