/**
 * Handle too long formulae
 * https://katex.org/docs/issues.html#css-customization
 */
.katex-display {
  overflow: auto hidden;
}
