Adjust tooltip style for query page side panel (#15614)

This commit is contained in:
Sarah Gillespie
2023-12-12 20:48:31 -06:00
committed by GitHub
parent 7938f70adf
commit 7155d83b6f
@@ -23,6 +23,12 @@
max-width: 180px;
overflow-wrap: anywhere;
}
.component__tooltip-wrapper__underline {
border-bottom: none;
text-decoration: underline dashed $ui-fleet-black-50;
text-underline-offset: 5px;
}
}
// this is to override the tooltip text style from TooltipWrapper. When we