Skip to content

Commit 399816f

Browse files
authored
repo sync
2 parents 0fdae46 + 72d4882 commit 399816f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stylesheets/tables.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
border-collapse: collapse;
33
position: relative;
44
font-size: 90%;
5+
width: 100%;
56
/* We want to keep table-layout: auto so that column widths dynamically adjust;
67
otherwise entries get needlessly smushed into narrow columns. As a workaround,
78
we use javascripts/wrap-code-terms.js to prevent some reference table content
@@ -57,7 +58,7 @@
5758
td.has-nested-table {
5859
width: 100%;
5960

60-
table.slim {
61+
table {
6162
table-layout: auto;
6263
}
6364
}

0 commit comments

Comments
 (0)