frames.html: break long words to prevent page getting cut

This commit is contained in:
Zankaria 2025-03-26 13:55:04 +01:00
parent 9431536112
commit 8da10af101

View file

@ -96,6 +96,7 @@
grid-column: 1;
grid-row: 3;
width: 100%;
word-break: break-all;
}
.modlog {