Set log entries to vertical-align: top. Fixes #3700

pull/3703/head
Isaac Connor 2023-05-09 12:56:05 -04:00
parent 643b4bf23c
commit 8c99df24fd
1 changed files with 5 additions and 0 deletions

View File

@ -35,3 +35,8 @@ th[data-field="DateTime"] {
overflow-y: auto;
height: 100%;
}
.bootstrap-table .fixed-table-container .table td,
.bootstrap-table .fixed-table-container .table th {
vertical-align: top!important;
}