fix: header title overflow

This commit is contained in:
Yorun 2023-04-05 11:32:45 +00:00
parent 17d6f3d715
commit 909e2ab60f

View File

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