forked from XiaoMo/ChatGPT-Next-Web
fix: header title overflow
This commit is contained in:
parent
17d6f3d715
commit
909e2ab60f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user