/* Keep API parameter names intact in narrow table columns. */
.md-typeset table:not([class]) td:first-child code {
  display: inline-block;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}
