diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-07 08:56:34 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-07 15:02:42 +0200 |
| commit | 10d8013b38b11bff411b89cb3b8c996c0918a7da (patch) | |
| tree | 60fd5ab63b50a532ed27338580db0aa57fde8f8b /res/client/css/by-view | |
| parent | 05a25ade0c19d6a221695d1ccb0ff07debfa9a05 (diff) | |
client: node-info style fixes. Fixes #360
Diffstat (limited to 'res/client/css/by-view')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 1bc60189..6ae485d0 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -209,16 +209,21 @@ width:inherit; height:inherit; font-size: $h3-size; - } -#editname{ - width:inherit; +#editname { + width: 100%; height:inherit; font-size: $h3-size; +} +#editdescription { + width: 100%; + height:inherit; + font-size: $h3-size; } + #graph-view__canvas { height: inherit; // inherit from container which should be set to 100% } |
