Skip to content

Commit

Permalink
EuiButton - added textProps to EuiButton to prevent very long button …
Browse files Browse the repository at this point in the history
…names from spilling over outside of the container
  • Loading branch information
breehall committed Nov 4, 2022
1 parent b21d603 commit 2b50182
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export function ChangeDataView({
title={triggerLabel}
fullWidth={fullWidth}
disabled={isDisabled}
textProps={{ className: 'className=eui-textTruncate' }}
{...rest}
>
<>
Expand Down

0 comments on commit 2b50182

Please sign in to comment.