diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 9109eefd..f0d378e5 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -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%; }