Fix overflowing text

This commit is contained in:
Svilen Markov 2024-06-11 01:16:39 +01:00
parent 761eb343f9
commit e137038586

View File

@ -263,6 +263,7 @@ html {
a {
text-decoration: none;
color: inherit;
overflow-wrap: break-word;
}
ul {