aboutsummaryrefslogtreecommitdiff
path: root/html/display_panel/content/panel-styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/display_panel/content/panel-styles.css')
-rw-r--r--html/display_panel/content/panel-styles.css6
1 files 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;
}