/* Preserve copyable source while allowing long lines to fit the article column. */
.article-shell .prose pre,
.article-shell .prose pre code {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: normal;
  tab-size: 4;
}
.article-shell .prose :not(pre) > code { overflow-wrap: anywhere; }
.article-shell .prose table { display: block; max-width: 100%; overflow-x: auto; }
