/* Replace #custom-tooltip with the actual ID or class applied to your tooltip */
#custom-tooltip,
.custom-tooltip-class {
line-height: 1.5 !important; /* Enforce your line height */
}
/* If the text is nested inside a child element */
#custom-tooltip * {
line-height: 1.5 !important;
}