Defect #28005
Broken Project page
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - | |||
Resolution: | Duplicate | Affected version: | 3.4.4 |
Description
I have problems with the projects page. I use the redmine installed in the docker.
Redmine version 3.4.4
Related issues
History
#1
Updated by Go MAEDA over 4 years ago
- Status changed from New to Closed
- Resolution set to Invalid
It is not broken but an expected behavior. Redmine 3.4.0 and later display projects in multiple columns (r15910).
If you prefer to see projects in single-column style, modify public/stylesheets/application.css
(remove 10 lines):
Index: public/stylesheets/application.css
===================================================================
--- public/stylesheets/application.css (revision 17180)
+++ public/stylesheets/application.css (working copy)
@@ -565,16 +565,6 @@
ul.projects.root {margin:0; padding:0;}
ul.projects li {list-style-type:none;}
-#projects-index {
- column-count: auto;
- column-width: 400px;
- -webkit-column-count: auto;
- -webkit-column-width: 400px;
- -webkit-column-gap : 0.5rem;
- -moz-column-count: auto;
- -moz-column-width: 400px;
- -moz-column-gap : 0.5rem;
-}
#projects-index ul.projects li.root>ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
#projects-index ul.projects li.root {margin-bottom: 1em;}
#projects-index ul.projects li.child {margin-top: 1em;}
#2
Updated by leonid terekhov over 4 years ago
Go MAEDA wrote:
It is not broken but an expected behavior. Redmine 3.4.0 and later display projects in multiple columns (r15910).
If you prefer to see projects in single-column style, modify
public/stylesheets/application.css
(remove 10 lines):[...]
Thank you
#3
Updated by Toshi MARUYAMA over 4 years ago
- Resolution changed from Invalid to Duplicate
#4
Updated by Toshi MARUYAMA over 4 years ago
- Duplicates Defect #26853: Fix hardcoded project-index width for webkit and mozilla browsers added
#5
Updated by Toshi MARUYAMA over 4 years ago
- Duplicated by Defect #28122: Organization of Projects added
#6
Updated by Marius BALTEANU over 3 years ago
- Duplicated by deleted (Defect #28122: Organization of Projects)
#7
Updated by Marius BALTEANU over 3 years ago
This problem was fixed in latest Redmine versions (3.4.8 and 4.0.1), please see #29951 for more details. Now root projects with their subprojects are shown in their own box without breaking on multiple columns.
Any feedback is welcome regarding the new projects page design.