aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@fsf.org>2019-04-29 18:00:58 -0400
committerRuben Rodriguez <ruben@fsf.org>2019-04-29 18:00:58 -0400
commitd0ba229122deb806bd559818034d9d7280e211e3 (patch)
treeb54c5da9f7b952e164078b528ca3d5196cbedbde
parentef4efa91207e1ad42b4a0bf1d54a14e5c1bea298 (diff)
Fixed css issues in the panel
-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;
}