Force wrapping of inline code if needed

Stops horizontal scroll on mobile for pre-formatted text like URLs.
This commit is contained in:
Wesley Moore 2024-05-06 14:54:26 +10:00
parent ac6bac0903
commit aae6ebd5cf
No known key found for this signature in database

View file

@ -36,6 +36,7 @@ pre, code {
padding: 0.1em 0.2em;
font-size: 16px;
border-radius: 3px;
overflow-wrap: anywhere;
}
pre {
padding: 0.5em 1em;