diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-10-03 16:47:26 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-10-03 16:47:26 +0000 |
commit | 3d6591725331705a88a5a465150b5d64b7285765 (patch) | |
tree | b440c804b3eebf36658d3b406b1810a04d329daa | |
parent | 5161de7721b41c79b6ee2f8fd6fab4f0f52f3739 (diff) | |
download | redmine-3d6591725331705a88a5a465150b5d64b7285765.tar.gz redmine-3d6591725331705a88a5a465150b5d64b7285765.zip |
Fixes SVG margin in projects board view (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23101 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/assets/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 5f5340ada..297820de9 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -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; |