]> source.dussan.org Git - redmine.git/commitdiff
Remove duplicate white-space property (#32890).
authorGo MAEDA <maeda@farend.jp>
Tue, 28 Jan 2020 02:48:33 +0000 (02:48 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 28 Jan 2020 02:48:33 +0000 (02:48 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@19471 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index dcada0e46eb5dea103611d6ca3a6134cfeb0bfd5..5478954875e2307e46198638b390e86117c18574 100644 (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;}