Set log entries to vertical-align: top. Fixes #3700
parent
643b4bf23c
commit
8c99df24fd
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue