Skip to content
Merged
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: 4 additions & 2 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@
font-size: 14px;
}

/* Improve table styling */
/* Tables: keep Infima's default display:block + overflow-x:auto so wide
tables scroll INSIDE the content column instead of sliding under the right
TOC (the old display:table override broke this — see the telemetry page).
width:100% only makes the scroll container span the column. */
table {
display: table;
width: 100%;
}

Expand Down
Loading