Skip to content

Commit 189d3b4

Browse files
committed
#61 fix projects list for redmine 3.4.3
1 parent a27c71f commit 189d3b4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stylesheets/projects.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ ul.projects li.root {
33
padding: 10px;
44
border: 1px solid #d7d7d7;
55
}
6+
7+
.theme-Flatly.light.redmine #projects-index {
8+
column-count: unset;
9+
column-width: unset;
10+
-webkit-column-count: unset;
11+
-webkit-column-width: unset;
12+
}

0 commit comments

Comments
 (0)