/* Blog article: keep code snippets inside the column. */
article.prose {
  min-width: 0;
}

article.prose code {
  text-wrap: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin-top: 21px;
  margin-bottom: 21px;
}

article.prose pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  text-wrap: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin-top: 21px;
  margin-bottom: 21px;
  border: 1px dashed gray;
  padding: 13px;
}

article.prose pre code {
  white-space: inherit;
  text-wrap: inherit;
  margin-top: 21px;
  margin-bottom: 21px;
}
