Make eventlog and email eventlog table layouts a lot more predictable

This commit is contained in:
Johannes Zellner
2025-10-16 23:26:58 +02:00
parent 8dcb3f2f85
commit 229863d7ff
3 changed files with 19 additions and 13 deletions
+6
View File
@@ -350,6 +350,12 @@ form .pankow-checkbox {
width: 100%;
overflow: auto;
border-spacing: 0px;
table-layout: fixed;
}
.elide-table-cell {
overflow: hidden;
text-overflow: ellipsis;
}
.eventlog-table thead {