fix: fix style for header title text
let it be longer before truncating with ellipsis
This commit is contained in:
parent
ae6b72bf95
commit
c800ebf4e4
|
@ -155,7 +155,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-title h1 {
|
#content-title h1 {
|
||||||
max-width: 50%;
|
max-width: 80%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Reference in a new issue