correcitng unecessary margin for tooltip title

This commit is contained in:
Antoine M 2023-11-27 16:23:19 +01:00
parent 666a556ff0
commit 1ce61d8d30
2 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,6 @@ async function observeTooltip(tooltipWords) {
}); });
}); });
} }
function createTooltip(tooltipWord) { function createTooltip(tooltipWord) {
const tooltipPopup = document.createElement("div"); const tooltipPopup = document.createElement("div");
tooltipPopup.className = "tooltip-popup"; tooltipPopup.className = "tooltip-popup";

View File

@ -39,6 +39,7 @@
font-weight: bold; font-weight: bold;
color: black !important; color: black !important;
padding-bottom: 10px; padding-bottom: 10px;
margin-top: 0 !important;
} }
.tooltip-popup__definition { .tooltip-popup__definition {
color: black !important; color: black !important;