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

New interface (modal dialogs) breaks issue's display if custom fields present in issue form #13

Closed TrumanRu closed 6 years ago

TrumanRu commented 6 years ago

Added some into assets/stylesheets/issue_dynamic_edit.css

body.controller-issues.action-show div.issue .attributes {
  display: table;
  width: 100%;
}

body.controller-issues.action-show div.issue .splitcontent {
  display: table-row;
}

This solved my problem.

Ilogeek commented 6 years ago

Thank you for your fix, i added it in the last commit