Wrap lines in <pre> without overflowing the viewport.

Closes #359.
This commit is contained in:
Kailash Nadh 2021-05-18 16:16:28 +05:30
parent 95a81d17ce
commit 9f2e708798

View file

@ -57,6 +57,10 @@ ul.no {
position: relative; position: relative;
} }
.content pre {
white-space: pre-wrap;
}
section { section {
&.wrap { &.wrap {
max-width: 1100px; max-width: 1100px;
@ -65,6 +69,7 @@ section {
max-width: 900px; max-width: 900px;
} }
} }
.spinner.is-tiny { .spinner.is-tiny {
display: inline-block; display: inline-block;
height: 10px; height: 10px;