make Mark column text-align left so that checkboxes line up

pull/2804/head
Isaac Connor 2019-12-02 15:07:35 -05:00
parent 1add3a4bb4
commit 9f49e4f367
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
.consoleTable .colMark {
width: 52px;
text-align: center;
text-align: left;
}
.consoleTable .colEvents {