diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-13 23:15:12 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-05-13 23:15:12 +0300 |
| commit | cdd7873063a14c3b991f053a2d789137c55d85fe (patch) | |
| tree | b20d301d63a8b23ed78c06ebb5d1405367689e37 /res/client/css | |
| parent | 650f7b2cd9301f12b75278e905ebad68588277b4 (diff) | |
Fix width inconsistency
Diffstat (limited to 'res/client/css')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index f4687f4a..fa385214 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -305,12 +305,9 @@ g:focus circle { .activity-root-div { position: absolute; - /* left: 24px; */ - /* width: 100%; */ + width: 100%; max-height: 400px; - /* top: 20%; */ background: white; - /* height: 200px; */ overflow: auto; } |
