We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fdae46 + 72d4882 commit 399816fCopy full SHA for 399816f
stylesheets/tables.scss
@@ -2,6 +2,7 @@
2
border-collapse: collapse;
3
position: relative;
4
font-size: 90%;
5
+ width: 100%;
6
/* We want to keep table-layout: auto so that column widths dynamically adjust;
7
otherwise entries get needlessly smushed into narrow columns. As a workaround,
8
we use javascripts/wrap-code-terms.js to prevent some reference table content
@@ -57,7 +58,7 @@
57
58
td.has-nested-table {
59
width: 100%;
60
- table.slim {
61
+ table {
62
table-layout: auto;
63
}
64
0 commit comments