aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2024-06-14 17:06:14 +0200
committersonartech <sonartech@sonarsource.com>2024-06-18 20:02:41 +0000
commit50ba3a3998f109b8540cd9485cbc19b160e85d59 (patch)
tree0137930b4746fb6848d9f5bade04f40e95603b18 /server/sonar-web/src/main/js/app
parent5ff3751aa69b21ac0269eb9bc1b54625d42ecc08 (diff)
downloadsonarqube-50ba3a3998f109b8540cd9485cbc19b160e85d59.tar.gz
sonarqube-50ba3a3998f109b8540cd9485cbc19b160e85d59.zip
SONAR-22390 Refactor PR summary to similar to overview
Diffstat (limited to 'server/sonar-web/src/main/js/app')
-rw-r--r--server/sonar-web/src/main/js/app/components/nav/component/branch-like/CurrentBranchLikeMergeInformation.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/nav/component/branch-like/CurrentBranchLikeMergeInformation.tsx b/server/sonar-web/src/main/js/app/components/nav/component/branch-like/CurrentBranchLikeMergeInformation.tsx
index d8d7c24da37..def592a6601 100644
--- a/server/sonar-web/src/main/js/app/components/nav/component/branch-like/CurrentBranchLikeMergeInformation.tsx
+++ b/server/sonar-web/src/main/js/app/components/nav/component/branch-like/CurrentBranchLikeMergeInformation.tsx
@@ -31,7 +31,7 @@ export function CurrentBranchLikeMergeInformation({
}: Readonly<CurrentBranchLikeMergeInformationProps>) {
return (
<span
- className="sw-w-[400px] sw-text-ellipsis sw-whitespace-nowrap sw-overflow-hidden sw-flex-shrink sw-min-w-0"
+ className="sw-max-w-[400px] sw-text-ellipsis sw-whitespace-nowrap sw-overflow-hidden sw-flex-shrink sw-min-w-0"
title={translateWithParameters(
'branch_like_navigation.for_merge_into_x_from_y.title',
pullRequest.target,