We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482e46f commit 9f6c6f3Copy full SHA for 9f6c6f3
templates/monogame/public/main.css
@@ -248,6 +248,14 @@ td > .xref {
248
word-break: normal;
249
}
250
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
+
259
/*******************************************************************************
260
*** Section: Question and Answer Sections
261
*** Styling for the questions and answers sections in tutorials
0 commit comments