* Fix: Fixes Legend overflow in Explore splitted view * Chore: Removes overflow-x because of accessibility POV and uses pre-wrap instead
@@ -44,7 +44,7 @@ export const GraphLegendListItem: React.FunctionComponent<GraphLegendItemProps>
}}
className={css`
cursor: pointer;
- white-space: nowrap;
+ white-space: pre-wrap;
color: ${!item.isVisible && theme.colors.linkDisabled};
`}
>