Small UI fixes
This commit is contained in:
parent
9b58c951bf
commit
6c21dc788e
5 changed files with 14 additions and 11 deletions
|
@ -75,7 +75,7 @@
|
|||
}
|
||||
|
||||
.co-nav-title .co-nav-title-content {
|
||||
max-height: 38px;
|
||||
max-height: 50px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 22px;
|
||||
|
@ -868,6 +868,10 @@
|
|||
margin-top: 22px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.cor-title-link a {
|
||||
|
|
Reference in a new issue