1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Fixes SVG margin in projects board view (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23101 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-10-03 16:47:26 +00:00
parent 5161de7721
commit 3d65917253

View File

@ -831,6 +831,7 @@ ul.projects div.description ul li {list-style-type:initial;}
}
#projects-index ul.projects div.root svg {
stroke-width: 2;
margin-bottom: 10px;
}
#projects-index ul.projects div.description {
padding-top: 0.5em;