From c2ebd65920db453f997e176675783e5fbe0fa3c2 Mon Sep 17 00:00:00 2001 From: Sean King Date: Wed, 7 Oct 2020 19:15:17 -0600 Subject: [PATCH] Fix pre element width on About pages --- app/styles/about.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/about.scss b/app/styles/about.scss index ece0153e2..6e9079c70 100644 --- a/app/styles/about.scss +++ b/app/styles/about.scss @@ -356,6 +356,10 @@ $fluid-breakpoint: $maximum-width + 20px; border: 0; } } + + pre { + white-space: pre-wrap; + } } .public-layout {