fix CI result CSS (#2884)

This commit is contained in:
Christian Günter 2019-08-22 07:25:09 +02:00 committed by Lars Hvam
parent 13c227359a
commit 2d143b081a

View File

@ -831,7 +831,7 @@ table.commit tr .title {
border-left: 4px solid; border-left: 4px solid;
} }
.ci-result li:first-child { margin-top: 0px; } .ci-result li:first-child { margin-top: 0px; }
.ci-result li span { display: block; } .ci-result li > span { display: block; }
/* Floating buttons */ /* Floating buttons */