fix alignment and min width of datetime column in logs view

This commit is contained in:
Isaac Connor 2021-03-21 13:16:55 -04:00
parent da0fa3e08a
commit 858ae8b11f
1 changed files with 11 additions and 0 deletions

View File

@ -16,3 +16,14 @@ tr.log-dbg td {
font-style: italic;
}
th[data-field="DateTime"],
th[data-field="Component"],
th[data-field="Code"],
th[data-field="Message"],
th[data-field="File"],
th[data-field="Line"] {
text-align: left;
}
th[data-field="DateTime"] {
min-width: 135px;
}