From 0735dc0e3616154eac4e7d0ad02237dfef1bd8bf Mon Sep 17 00:00:00 2001 From: John Nguyen Date: Wed, 10 Jun 2015 16:09:08 +0800 Subject: [PATCH] Widened visualisation box to 100% --- static/css/query_editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/query_editor.css b/static/css/query_editor.css index 20699ae..0eefa82 100644 --- a/static/css/query_editor.css +++ b/static/css/query_editor.css @@ -40,6 +40,6 @@ line.link { } #visualize { - width: 700px; + width: 100%; height: 700px; }