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