From 6eb3b3e8ee13d0ab41b0dd1b2eccecae5bb20c49 Mon Sep 17 00:00:00 2001 From: garbash Date: Sun, 30 Nov 2014 19:50:04 +0200 Subject: Input bar styling - submit button not working --- res/css/partials/graph-view.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'res/css/partials/graph-view.scss') diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss index b885031d..c2d1e2b8 100644 --- a/res/css/partials/graph-view.scss +++ b/res/css/partials/graph-view.scss @@ -1,3 +1,8 @@ +.graph-view { + width:100%; + background-color: #f5f5fa; //$light-grey +} + .node { stroke: #fff; stroke-width: 1px; -- cgit v1.3.1