Browse Source

fix: header title overflow

Yorun 1 year ago
parent
commit
909e2ab60f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/components/window.scss

+ 1 - 0
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;