Fix: Prevent page title from wrapping into multiple lines
This commit is contained in:
parent
c941d6e84f
commit
6fd28935ea
1 changed files with 7 additions and 0 deletions
|
|
@ -429,6 +429,13 @@ html {
|
|||
height: 1.5em;
|
||||
}
|
||||
|
||||
.headerLeft .pageTitle {
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 1;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.paper-icon-button-light>.material-icons {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue