diff --git a/static/interface.html b/static/interface.html index 219808c..fe36429 100644 --- a/static/interface.html +++ b/static/interface.html @@ -1,5 +1,6 @@ +
@@ -14,6 +15,7 @@ #responseContainer { overflow-y: auto; } + #responseContainer pre { white-space: pre-wrap; white-space: -moz-pre-wrap; @@ -21,11 +23,13 @@ white-space: -o-pre-wrap; word-wrap: break-word; } + #responseTabContent { padding-top: 10px; } +