/* Prevent variable names from wrapping mid-word in config tables */
.md-typeset table:not([class]) td:first-child,
.md-typeset table:not([class]) td:first-child code {
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
