Skip to content

Commit 973e202

Browse files
committed
updates based on 11/14 sync-up
1 parent db39c52 commit 973e202

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ html[theme="dark"] .minhang-mist-text {
368368
.table-wrapper-for-overflow {
369369
width: 100%;
370370
overflow-x: auto;
371-
margin-top: 20px;
371+
margin-top: 24px;
372372
}
373373

374374

0 commit comments

Comments
 (0)