const displayName = getBranchLikeDisplayName(currentBranchLike);
return (
- <div className="sw-flex sw-items-center text-ellipsis">
+ <div className="sw-flex sw-items-center sw-truncate">
<BranchLikeIcon branchLike={currentBranchLike} />
<TextMuted text={displayName} className="sw-ml-3" />
<QualityGateStatus branchLike={currentBranchLike} className="sw-ml-4" />
onSelect(branchLike);
}}
>
- <div className="sw-flex sw-items-center sw-justify-between text-ellipsis sw-flex-1">
+ <div className="sw-flex sw-items-center sw-justify-between sw-truncate sw-flex-1">
<div className="sw-flex sw-items-center">
<BranchLikeIcon branchLike={branchLike} />