Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
134 stars 56 forks source link

Display failure in Ticket Details #79

Closed kermitDerFrosch closed 2 years ago

kermitDerFrosch commented 3 years ago

Hello,

After adding this nice plugin in a fresh redmine installation, the ticket details are misaligned. it looks like this: fresh_plugin_installation

In the css the .splitcontent container is set to "display: table-row" which breaks the layout. To solve it i deleted line this rule. You find it on line 118 in redmine_issue_dynamic_edit/assets/stylesheets/issue_dynamic_edit.css

After changing this, it looks like we want.

after_css_fix

Best regards Kermit

Ilogeek commented 2 years ago

Hi @kermitDerFrosch

Thank you very much for the fix, I added it into the last update

Don't hesitate to reopen this issue if you have any question about this CSS bug

If you find this plugin helpful, please take a minute to star it on Github and rate it 5 stars on http://www.redmine.org/plugins/redmine_issue_dynamic_edit thank you very much 👍