From 20a293726badd2760c29ee2aa962329faba5bab3 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Sun, 26 Jan 2020 22:06:24 +0200 Subject: [PATCH 1/7] Remove duplicate white-space property --- 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 cac1d3fd4..ed502e57f 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -679,7 +679,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.22.0