Fix tooltip display for error codes
This commit is contained in:
parent
98ad6a5519
commit
f45eacce76
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue