Skip to content

Commit

Permalink
Fix tooltip display for error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Sep 17, 2022
1 parent 98ad6a5 commit f45eacc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/error_index_generator/error-index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f45eacc

Please sign in to comment.