Add ClearML session command line options (#18)

This commit is contained in:
pollfly
2021-07-20 10:45:22 +03:00
committed by GitHub
parent b0e148a3fe
commit 63ed502115
4 changed files with 87 additions and 29 deletions

View File

@@ -492,6 +492,17 @@ html[data-theme="light"] .footer__link-item[href*="stackoverflow"] {
border-bottom-right-radius: var(--ifm-card-border-radius);
}
.markdown table code {
font-size: 12px;
}
@media only screen and (min-width: 1400px) {
.tbl-cmd tbody tr td:first-child code {
white-space: nowrap;
}
}
html[data-theme="dark"] .markdown thead th {
color: var(--ifm-color-gray-600);
}