Author: Pedro Lucas Porcellis <pedrolucasporcellis@gmail.com>
Add a `white-space: pre` utility css class
src/static/stylesheet.css | 4 ++++
diff --git a/src/static/stylesheet.css b/src/static/stylesheet.css index 52ece3ff500fbf72e058960190a698f13715adcf..fe451ab778bda922afdbd0beb9b3fbd44145bd5a 100644 --- a/src/static/stylesheet.css +++ b/src/static/stylesheet.css @@ -67,3 +67,7 @@ .form-action { margin-top: 5px; } + +.white-space-pre { + white-space: pre; +}