3
0
Fork 0

fix: fix style for header title text

let it be longer before truncating with ellipsis
This commit is contained in:
Lance Edgar 2024-12-23 21:18:18 -06:00
parent ae6b72bf95
commit c800ebf4e4

View file

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