Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/custom/_components.css
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ article table td:not(:first-child):not(:last-child) {
.theme-doc-markdown table td:last-child,
article table th:last-child,
article table td:last-child {
white-space: nowrap;
white-space: normal;
}

.theme-doc-markdown thead,
Expand Down Expand Up @@ -723,10 +723,14 @@ article tbody tr:hover {
}

/* Inline code inside tables stays legible */
.theme-doc-markdown th code,
.theme-doc-markdown td code,
article th code,
article td code {
font-size: 13px;
padding: 1px 4px;
white-space: normal;
overflow-wrap: anywhere;
}

/* ==========================================
Expand Down