Skip to content

Commit 3c797ec

Browse files
legregocchaos
andauthored
[7.5] [Header] Force line-break if username is a solid long st… (#53581)
Fixes #50059 by adding a break-word utility class to the username. Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
1 parent d58a23c commit 3c797ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/legacy/plugins/security/public/views/nav_control/nav_control_component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class SecurityNavControl extends Component {
8080

8181
<EuiFlexItem>
8282
<EuiText>
83-
<p>{name}</p>
83+
<p className="eui-textBreakWord">{name}</p>
8484
</EuiText>
8585

8686
<EuiSpacer size="m" />

0 commit comments

Comments
 (0)