Merge pull request #500 from yorunning/fix

fix: header title overflow
This commit is contained in:
Yifei Zhang 2023-04-05 20:02:26 +08:00 committed by GitHub
commit ee4564d926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
.window-header-title {
max-width: calc(100% - 100px);
overflow: hidden;
.window-header-main-title {
font-size: 20px;