Skip to content

Commit dc02b19

Browse files
cdhannaAristurtleDev
authored andcommitted
Port specific change from private docs
1 parent 16d7cd8 commit dc02b19

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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)