From d0ba229122deb806bd559818034d9d7280e211e3 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Mon, 29 Apr 2019 18:00:58 -0400 Subject: Fixed css issues in the panel --- html/display_panel/content/panel-styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/html/display_panel/content/panel-styles.css b/html/display_panel/content/panel-styles.css index 6114307..fefd668 100644 --- a/html/display_panel/content/panel-styles.css +++ b/html/display_panel/content/panel-styles.css @@ -20,7 +20,9 @@ @import url("/html/common.css"); body { - width: 500px; + max-width: 600px; + min-width: 500px; + -moz-user-select: text !important; } #header{ display: block; @@ -124,7 +126,7 @@ pre.source { border: 1px solid #444; padding: .5em; overflow: auto; - max-height: 8em; + max-height: 20em; white-space: pre-wrap; } -- cgit v1.2.3