fix: let header title be even wider
still seeing them get truncated too eagerly..
This commit is contained in:
parent
8b23be7422
commit
9580dde246
|
@ -155,7 +155,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-title h1 {
|
#content-title h1 {
|
||||||
max-width: 85%;
|
max-width: 95%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-left: 0.5rem;
|
padding-left: 0.5rem;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Reference in a new issue