don't wrap code tags in tables

pull/1502/head
Cory LaViska 2023-08-10 11:29:25 -04:00
rodzic 6551a6330b
commit b5d800f07a
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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;