Skip to content

Commit cfea245

Browse files
authored
Merge pull request #2539 from chrismoroney/main
STESOL-84 PR into main
2 parents 082f312 + 973e202 commit cfea245

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

assets/css/content.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,14 @@ html[theme="dark"] div.markdown-content-div > div.code-tabpane {
6262
--ads-horizontal-tabs-tab-content-background-color: var(--arm-color-surface);
6363
}
6464

65-
65+
/*
6666
div.markdown-content-div > table {
67-
width: max-content; /* No full-length tables unless there is a reason */
67+
width: max-content;
6868
margin-top: 16px;
6969
margin-left: 16px;
7070
margin-bottom: 24px;
7171
}
72+
*/
7273
html[theme="light"] div.markdown-content-div > table tbody { background-color: var(--arm-white); }
7374
html[theme="dark"] div.markdown-content-div > table tbody { background-color: var(--arm-color-base); }
7475

assets/css/cross-page.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ html[theme="dark"] .minhang-mist-text {
368368
.table-wrapper-for-overflow {
369369
width: 100%;
370370
overflow-x: auto;
371+
margin-top: 24px;
371372
}
372373

373374

0 commit comments

Comments
 (0)