fix chat messages overflowing horizontally

This commit is contained in:
Hazelnoot 2025-10-22 16:24:51 -04:00
parent 58751020c8
commit e822253afb

View file

@ -262,6 +262,9 @@ function showMenu(ev: MouseEvent, contextmenu = false) {
.body {
margin: 0 12px;
// https://stackoverflow.com/questions/36230944/prevent-flex-items-from-overflowing-a-container
min-width: 0;
}
.header {