In default Redmine theme, fields in the issue page and the new issue form are shown in 2 columns. If you want to show them in one single column, there's a quick tweak to achieve this.
Follow these steps:
- locate application.css of your theme
- insert the following code snippet at the end of the file:
.splitcontent {
display: unset!important;
}
You may also use the View customize plugin. Create a view like this:
