Description of problem: Version-Release number of selected component (if applicable): 5.6.0.10 How reproducible: Always Steps to Reproduce: 1. Cloud Intel -> Reports -> Edit Menu reports 2. Top Level -> Configuration management -> Containers 3. Actual results: I can't see items, which are below the square Expected results: Increase "square" height and add a scrollbar Additional info:
Sure...First is when I just open it and I can see all the menus. Second is when I click on configuration management-> Virtual Machines. I can even see all the virtual machines menu and the rest is also hidden.
Created attachment 1168661 [details] Just opened menus
Created attachment 1168662 [details] Opened configuration management -> virtual machines
https://github.com/ManageIQ/manageiq/pull/9656
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/dd40603df5e3e5f0880ed58343617c6c8de30d65 commit dd40603df5e3e5f0880ed58343617c6c8de30d65 Author: Eric Winchell <ewinchel> AuthorDate: Thu Jul 7 09:47:13 2016 -0400 Commit: Eric Winchell <ewinchel> CommitDate: Tue Jul 12 09:51:27 2016 -0400 fix styling bug in menu editor * convert to responsive layout https://bugzilla.redhat.com/show_bug.cgi?id=1346765 app/assets/stylesheets/template.scss | 10 ++++--- app/controllers/report_controller.rb | 19 +++++++----- app/presenters/explorer_presenter.rb | 20 +++++++++++++ app/views/report/_menu_form1.html.haml | 6 ++-- app/views/report/_menu_form2.html.haml | 8 ++--- app/views/report/_role_list.html.haml | 54 +++++++++++++++------------------- 6 files changed, 69 insertions(+), 48 deletions(-)
https://github.com/ManageIQ/manageiq/pull/10079
https://github.com/ManageIQ/manageiq/pull/10435
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/d067b8c453bf9c3445bc7bdadeabeab04559c7ac commit d067b8c453bf9c3445bc7bdadeabeab04559c7ac Author: Martin Povolny <mpovolny> AuthorDate: Fri Aug 12 16:37:08 2016 +0200 Commit: Martin Povolny <mpovolny> CommitDate: Fri Aug 12 16:37:08 2016 +0200 Fix styling bug in menu editor. https://bugzilla.redhat.com/show_bug.cgi?id=1346765 app/assets/javascripts/miq_explorer.js | 10 +++++-- app/assets/stylesheets/template.scss | 8 +++-- app/controllers/report_controller.rb | 20 ++++++++----- app/views/report/_menu_form1.html.haml | 6 ++-- app/views/report/_menu_form2.html.haml | 6 ++-- app/views/report/_role_list.html.haml | 54 +++++++++++++++------------------- 6 files changed, 56 insertions(+), 48 deletions(-)
Verified in 5.7.0.3. Scrollbar appears after having too many items on the page.