ergoserv / redmine-progressive-projects-list

⛏️ Redmine plugin that powers a project list with progress bars for every project and version.
https://ergoserv.github.io/redmine-progressive-projects-list/
MIT License
109 stars 57 forks source link

sidebar causes layout issue #70

Open jeff-eyeq opened 7 years ago

jeff-eyeq commented 7 years ago

Redmine version 3.3.1.stable progressive_projects_list 3.0.1

If the sidebar is visible, then the progress bars get rendered with the gap you see below. If I set display:none to #sidebar, then this layout issue goes away.

setting .progressive-project-version {clear:left} (instead of clear:both) also solves it.

screen shot 2016-12-06 at 9 50 17 am