Skip to content

Commit

Permalink
wrap text
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed Sep 19, 2022
1 parent 3aaf3c5 commit 00c5c66
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
useGeneratedHtmlId,
EuiContextMenuItem,
EuiIcon,
EuiText,
EuiOutsideClickDetector,
} from '@elastic/eui';
import type { LayerType, Visualization } from '../../../..';
Expand Down Expand Up @@ -91,7 +92,9 @@ const InContextMenuActions = (
i.execute();
}}
>
{i.displayName}
<EuiText size={'s'} color={i.color}>
{i.displayName}
</EuiText>
</EuiContextMenuItem>
))}
/>
Expand Down

0 comments on commit 00c5c66

Please sign in to comment.