From 0cb7c100acabb44171f18e04a7f393aec9426274 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 28 Jan 2020 02:48:33 +0000 Subject: [PATCH] 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 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index dcada0e46..547895487 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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;} -- 2.39.5