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:
parent
e17863c216
commit
55f88f21a3
|
@ -117,7 +117,6 @@ h1 {
|
||||||
|
|
||||||
.inconclusive2 {
|
.inconclusive2 {
|
||||||
background-color: #b6b6b4;
|
background-color: #b6b6b4;
|
||||||
border: 1px dotted #000;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue