Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions templates/monogame/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,14 @@ td > .xref {
word-break: normal;
}

/*
Sometimes the default table styling will leave later columns in a table squished.
Put a <div class="fixed-table"> 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
Expand Down
Loading