w2v-server: show map below list if width is unsufficient
diff --git a/templates/index.html.ep b/templates/index.html.ep
index a367e13..2d07674 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -189,7 +189,6 @@
      }
 
      #wrapper {
-       width: 1200px;
        //   border: 1px solid red; 
        overflow: hidden; /* will contain if #first is longer than #second */
      }
@@ -218,6 +217,7 @@
 		 }
 
      #second {
+       min-width: 800px;
 //       border: 1px solid #333;
        overflow: hidden; /* if you don't want #second to wrap below #first */
      }