diff --git a/index.html b/index.html
index be5f947..79986c9 100644
--- a/index.html
+++ b/index.html
@@ -250,6 +250,16 @@
text-decoration: underline;
}
+ .field-value pre {
+ white-space: pre-wrap;
+ word-wrap: break-word;
+ overflow-wrap: break-word;
+ margin: 0;
+ font-family: 'Courier New', monospace;
+ font-size: 13px;
+ max-width: 100%;
+ }
+
.raw-xml {
background: #1e1e1e;
color: #d4d4d4;