Make eventlog and email eventlog table layouts a lot more predictable
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user