diff --git a/templates/logtail.html b/templates/logtail.html index e3e59d4..b48342c 100644 --- a/templates/logtail.html +++ b/templates/logtail.html @@ -35,6 +35,12 @@ /*word-wrap: break-word;*/ /*word-break: normal;*/ } + pre { + white-space: pre-wrap; + word-wrap: break-word; + font-size: large; + margin-top: 0px; + } #log-container{ overflow-y: scroll; background: #333; @@ -78,11 +84,14 @@ -
-
-
-
+ + + + +
+

+