summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/getstats/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/getstats/main.js b/web/getstats/main.js
index 1c12987..302cc9e 100644
--- a/web/getstats/main.js
+++ b/web/getstats/main.js
@@ -354,7 +354,7 @@ function fetchContexts() {
"\" name=\"snapshot\" style=\"" +
"background-color:" + ageColor0 +
"; font-family:lucida sans typewriter, " +
- "courier new; font-size:90%\" " +
+ "courier new; width:100%; font-size:90%\" " +
"onchange=\"selectContextSnapshot(" + i + ")\">";
for (j = 0; j < snapshots.length; ++j) {
snapshot = snapshots[j];