From dc02b19cbe7e5a7f7b7e7892574b9b0ef4f3a0a5 Mon Sep 17 00:00:00 2001 From: Christopher Hanna Date: Wed, 1 Apr 2026 11:47:56 -0400 Subject: [PATCH] Port specific change from private docs --- templates/monogame/public/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/monogame/public/main.css b/templates/monogame/public/main.css index 3c36ee81..7447ade8 100644 --- a/templates/monogame/public/main.css +++ b/templates/monogame/public/main.css @@ -248,6 +248,14 @@ td > .xref { word-break: normal; } +/* + Sometimes the default table styling will leave later columns in a table squished. + Put a
tag rigt before a table to force constant width. +*/ +.fixed-table + .table-responsive table { + table-layout: fixed !important; +} + /******************************************************************************* *** Section: Question and Answer Sections *** Styling for the questions and answers sections in tutorials