diff --git a/src/style.js b/src/style.js
index daa441cbf8db0060723604fe05c13cf832509eee..2ed6a898bb80050c1b3180f08e68b6425e8e23f2 100644
--- a/src/style.js
+++ b/src/style.js
@@ -26,7 +26,7 @@ const style = [
       'flex-wrap': 'wrap',
     },
     '.viewcontainercolumn': {
-      'min-width': '400px',
+      width: '500px',
       'flex-grow': 1,
       padding: '10px',
     },