Fix pre element width on About pages

This commit is contained in:
Sean King 2020-10-07 19:15:17 -06:00
parent 915bd7d1da
commit c2ebd65920
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257

View file

@ -356,6 +356,10 @@ $fluid-breakpoint: $maximum-width + 20px;
border: 0;
}
}
pre {
white-space: pre-wrap;
}
}
.public-layout {