/* Ensure the Links column can display the MDN link on a single line */
/* Swagger UI can use different class names depending on version/skin */
td.response-col_links,
td.response-col--links,
td.responses-table__links {
  white-space: nowrap !important;
  width: 200px !important;
  min-width: 200px !important;
}

/* Keep the anchor text itself on a single line */
td.response-col_links a,
td.response-col--links a,
td.responses-table__links a {
  white-space: nowrap !important;
  display: inline-block;
}

/* Allow description column to wrap instead so Links can keep its width */
td.response-col_description,
td.response-col--description,
td.responses-table__description {
  white-space: normal !important;
}
