htmlreport: Fix shifted line number position for inconclusive messages

Follow-up to bca5d0d820
The style for inconclusive messages has to be fixed too. Otherwise
the border adds 2 extra pixels resulting in improper line height.
This commit is contained in:
versat 2020-01-20 15:43:22 +01:00
parent e17863c216
commit 55f88f21a3
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ h1 {
.inconclusive2 {
background-color: #b6b6b4;
border: 1px dotted #000;
display: inline-block;
margin-left: 4px;
}