Skip to content

Commit

Permalink
Merge branch 'master' into issue-94-subtasks-formatting-is-off
Browse files Browse the repository at this point in the history
  • Loading branch information
mrliptontea committed Mar 22, 2019
2 parents 3d8aeb0 + 64c6f77 commit 06df2c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Latest:
* Improved support for [Redmine Tags](https://www.redmineup.com/pages/plugins/tags) plugin
* Fixed positioning of admin menu icons for some plugins
* Added separator line between news on the news list
* Fixed #93: Agile chart expanding indefinitely when Additional "Go to top" link is enabled

v2.0.2 (2019-03-20):

Expand Down
8 changes: 8 additions & 0 deletions src/sass/components/_plugins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@
order: 3;
}
}

// Page layout on Agile charts is broken, and with "Go to top" link
// from https://github.com/alphanodes/additionals plugin enabled
// the chart expands and resize event is triggered indefinitely.
// Hiding the "Go to top" link fixes this issue.
.gototop {
display: none;
}
}


Expand Down
2 changes: 1 addition & 1 deletion stylesheets/application.css

Large diffs are not rendered by default.

0 comments on commit 06df2c2

Please sign in to comment.