From e44ed31a05383e079122bd5bc35099e6da364dab Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Tue, 3 Sep 2019 10:18:45 -0500 Subject: [PATCH] In Admin Logs, allow
 tags to be styled

Fixes #1140
---
 .../WebApps/AdminLogs.Web/src/components/AdminLog/style.less | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Extensions/Content/Dnn.PersonaBar.Extensions/WebApps/AdminLogs.Web/src/components/AdminLog/style.less b/Extensions/Content/Dnn.PersonaBar.Extensions/WebApps/AdminLogs.Web/src/components/AdminLog/style.less
index 8b0627a5f..d0da32bda 100644
--- a/Extensions/Content/Dnn.PersonaBar.Extensions/WebApps/AdminLogs.Web/src/components/AdminLog/style.less
+++ b/Extensions/Content/Dnn.PersonaBar.Extensions/WebApps/AdminLogs.Web/src/components/AdminLog/style.less
@@ -13,6 +13,9 @@
                     word-break: break-all;
                     word-wrap: break-word;
                 }
+                pre {
+                    white-space: pre-wrap;
+                }
             }
             .logHeader-wrapper {
                 &:not(:last-child) {
@@ -231,4 +234,4 @@
             }
         }
     }
-}
\ No newline at end of file
+}