.md-content:has(h1#breaking-changes) {
  @media screen and (min-width: 60em) {
    min-width: auto !important;
  }
}

.md-typeset__table {
  width: 100%;
}

.md-typeset table:not([class]) {
  display: inline-table;
}
