1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-07 16:11:30 +00:00

Remove duplicate white-space property (#32890).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19471 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-01-28 02:48:33 +00:00
parent 5b74828013
commit 0cb7c100ac

View File

@ -680,7 +680,7 @@ ul.projects div.description li {list-style-type:initial;}
ul.subprojects {list-style: none; display: inline-block; padding: 0; margin: 0;}
ul.subprojects li {float: left;}
ul.subprojects li:not(:last-child)::after {content: ', '; white-space: pre; white-space: pre;}
ul.subprojects li:not(:last-child)::after {content: ', '; white-space: pre;}
#related-issues li img {vertical-align:middle;}