fix: admin/logs: Notes column was not showing first words when the message was long

Massimo Melina committed Jul 11, 2026 at 23:52 UTC 9a8d56592bd034f93d15dfe063edbce71b66c8de
1 file changed +1
admin/src/index.scss
+1
@@ -48,6 +48,7 @@ div.MuiTreeItem-content {
48 line-height: 1.2em;
49 display: flex;
50 align-items: center;
51 + flex-wrap: wrap;
52 }
53 .MuiDataGrid-filterForm { flex-wrap: wrap; row-gap: 1em; justify-content: flex-end; } // fit on mobile
54