don't wrap code tags in tables

This commit is contained in:
Cory LaViska
2023-08-10 11:29:25 -04:00
parent 6551a6330b
commit b5d800f07a

View File

@@ -394,6 +394,10 @@ table td p:last-child {
overflow-x: auto;
}
.table-scroll code {
white-space: nowrap;
}
th.table-name,
th.table-event-detail {
min-width: 15ch;