Skip to content

Commit

Permalink
[Header] Force line-break if username is a solid long string (#50807) (
Browse files Browse the repository at this point in the history
…#50980)

Fixes #50059 by adding a break-word utility class to the username.
  • Loading branch information
cchaos authored Nov 18, 2019
1 parent 6553d13 commit 141fc5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class SecurityNavControl extends Component {

<EuiFlexItem>
<EuiText>
<p>{name}</p>
<p className="eui-textBreakWord">{name}</p>
</EuiText>

<EuiSpacer size="m" />
Expand Down

0 comments on commit 141fc5c

Please sign in to comment.