Skip to content

Commit 9f6c6f3

Browse files
Port specific change from private docs (#259)
Co-authored-by: Christopher Hanna <cdhannaphone@gmail.com>
1 parent 482e46f commit 9f6c6f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

templates/monogame/public/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,14 @@ td > .xref {
248248
word-break: normal;
249249
}
250250

251+
/*
252+
Sometimes the default table styling will leave later columns in a table squished.
253+
Put a <div class="fixed-table"> tag rigt before a table to force constant width.
254+
*/
255+
.fixed-table + .table-responsive table {
256+
table-layout: fixed !important;
257+
}
258+
251259
/*******************************************************************************
252260
*** Section: Question and Answer Sections
253261
*** Styling for the questions and answers sections in tutorials

0 commit comments

Comments
 (0)