Debug interface CSS pointed at wrong TDs

This commit is contained in:
Paulus Schoutsen 2014-06-13 14:41:58 -07:00
parent 00c206c37b
commit c84cb86c87

View File

@ -9,12 +9,12 @@
padding-right: 0px; padding-right: 0px;
} }
.states td:nth-child(3) { .states td:nth-child(4) {
max-width: 550px; max-width: 550px;
word-break: break-word; word-break: break-word;
} }
.states td:nth-child(4) { .states td:nth-child(5) {
white-space: nowrap; white-space: nowrap;
} }