Allow line wrapping even when contiguous words are really long.
The code blocks were causing horizontal scrolling on mobile.
This commit is contained in:
parent
033a17e355
commit
5fd93fc648
@ -158,6 +158,7 @@ body {
|
||||
|
||||
.src_line {
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user