fix tags/folder page overflow

This commit is contained in:
semanticdata 2023-10-02 19:36:09 -05:00
parent 18c3a87995
commit 5fa41e2374

View File

@ -46,7 +46,7 @@ ul,
.math {
color: var(--darkgray);
fill: var(--darkgray);
overflow-wrap: anywhere;
// overflow-wrap: anywhere;
hyphens: auto;
}