diff --git a/src/app/globals.css b/src/app/globals.css index 8ce10920..022988d6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -89,6 +89,9 @@ code, pre, .font-mono { background-position-y: calc(var(--line-height) * 2); box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.06); border-radius: 4px; + overflow-wrap: break-word; + word-break: break-word; + overflow-x: hidden; } @media (max-width: 640px) {