/* Reference tables put identifiers in the first column. Keep those code tokens intact;
   Material's table wrapper supplies horizontal scrolling when the viewport is too narrow. */
.md-typeset table th:first-child code,
.md-typeset table td:first-child code {
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}
