From bef53371afc5b2bac3777a21e2d7cc77f40bf31e Mon Sep 17 00:00:00 2001
From: Muhammad Khatri
Date: Tue, 28 Apr 2020 07:17:38 -0500
Subject: [PATCH] fix: use pre tag for pre-wrapped content to ensure minifier
creates exception
---
gavel/static/css/style.scss | 4 ++++
gavel/templates/_item.html | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/gavel/static/css/style.scss b/gavel/static/css/style.scss
index e381472..da82898 100644
--- a/gavel/static/css/style.scss
+++ b/gavel/static/css/style.scss
@@ -12,6 +12,10 @@ body {
font-family: Rubik !important;
}
+pre {
+ font-family: Rubik !important;
+}
+
html {
font-size: 62.5%;
}
diff --git a/gavel/templates/_item.html b/gavel/templates/_item.html
index aa27703..cbdf388 100644
--- a/gavel/templates/_item.html
+++ b/gavel/templates/_item.html
@@ -18,7 +18,7 @@
Project Details
- {{ item.description | safe }}
+ {{ item.description | safe }}
{% if virtual %}