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