Fixed window title overflow
This commit is contained in:
parent
6740d34d90
commit
abb23252a6
1 changed files with 4 additions and 0 deletions
|
|
@ -68,8 +68,12 @@
|
|||
|
||||
.Header > p {
|
||||
user-select: none;
|
||||
width: auto;
|
||||
margin: 0;
|
||||
margin-right: auto;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.Header > button {
|
||||
|
|
|
|||
Loading…
Reference in a new issue