/* 字段名等首列尽量单行展示，避免 mid-word 折行 */
.md-typeset table:not([class]) th:first-child,
.md-typeset table:not([class]) td:first-child {
  white-space: nowrap;
}

.md-typeset table:not([class]) td:first-child code {
  white-space: nowrap;
}
