1
Fork 0

Fix tooltip display for error codes

This commit is contained in:
Guillaume Gomez 2022-09-18 00:32:28 +02:00
parent 98ad6a5519
commit f45eacce76

View file

@ -27,10 +27,11 @@ pre .tooltip::before {
content: " ";
position: absolute;
top: 50%;
left: 16px;
left: 2px;
margin-top: -5px;
border-width: 5px;
border-style: solid;
height: 0px;
}
pre .tooltip:hover::before, pre .tooltip:hover::after {