correcitng unecessary margin for tooltip title
This commit is contained in:
parent
666a556ff0
commit
1ce61d8d30
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user