소스 검색

Merge pull request #500 from yorunning/fix

fix: header title overflow
Yifei Zhang 2 년 전
부모
커밋
ee4564d926
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;