break-word on long titles

This commit is contained in:
yggverse 2025-08-11 22:48:48 +03:00
parent 37c3c0cc4e
commit 255a48bb58

View file

@ -46,6 +46,7 @@ h1, h2, h3, h4, h5 {
h1, h2 { h1, h2 {
font-size: 14px; font-size: 14px;
padding: 0 8px; padding: 0 8px;
word-break: break-word;
} }
table { table {