Files
openmct/src/api/tooltips/components/tooltip-component.scss
Khalid Adil 2002396d0e cherry-pick(#6916): [Tooltips] Fixes for dictionary objects and self-referential objects (#6950)
[Tooltips] Fixes for dictionary objects and self-referential objects (#6916)

* Fix getTelemetryPath to handle cases where parent is the same as the child, handle yamcs aggregate telemetry, and fix how identifiers are passed in

* Cleanup getTelemetryPath

* Switch to filter instead of forEach

* Get path item names

* Remove tooltips on scroll of tree

* Remove handing for scroll

* Allow break-words

* Cleanup
2023-08-17 10:19:42 -07:00

12 lines
169 B
SCSS

.c-tooltip-wrapper {
max-width: 200px;
height: auto;
width: auto;
padding: $interiorMargin;
overflow-wrap: break-word;
}
.c-tooltip {
font-style: italic;
}