3
0
Fork 0

fix: let header title be even wider

still seeing them get truncated too eagerly..
This commit is contained in:
Lance Edgar 2025-01-15 17:00:48 -06:00
parent 8b23be7422
commit 9580dde246

View file

@ -155,7 +155,7 @@
}
#content-title h1 {
max-width: 85%;
max-width: 95%;
overflow: hidden;
padding-left: 0.5rem;
text-overflow: ellipsis;