File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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+ /*
6666div.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+ */
7273html [theme = "light" ] div .markdown-content-div > table tbody { background-color : var (--arm-white ); }
7374html [theme = "dark" ] div .markdown-content-div > table tbody { background-color : var (--arm-color-base ); }
7475
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments