[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
12 lines
169 B
SCSS
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;
|
|
}
|