You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: