summaryrefslogtreecommitdiffstats
path: root/src/tools/error_index_generator/error-index.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tools/error_index_generator/error-index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/error_index_generator/error-index.css b/src/tools/error_index_generator/error-index.css
index 8975af82d..dcac2e18e 100644
--- a/src/tools/error_index_generator/error-index.css
+++ b/src/tools/error_index_generator/error-index.css
@@ -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 {