Merge pull request #500 from yorunning/fix

fix: header title overflow
main
Yifei Zhang 2 years ago committed by GitHub
commit ee4564d926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save