From: David Cho-Lerat Date: Thu, 28 Mar 2024 14:44:27 +0000 (+0100) Subject: SONAR-19144 Increase branch selector dropdown max length X-Git-Tag: 10.5.0.89998~64 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=68ebef79824a8ce2b2a5a24541666f9bdd3163b1;p=sonarqube.git SONAR-19144 Increase branch selector dropdown max length --- diff --git a/server/sonar-web/design-system/src/components/Text.tsx b/server/sonar-web/design-system/src/components/Text.tsx index d10fdc61ba1..23821db1ad7 100644 --- a/server/sonar-web/design-system/src/components/Text.tsx +++ b/server/sonar-web/design-system/src/components/Text.tsx @@ -96,7 +96,7 @@ export const StyledText = styled.span` ${tw`sw-inline-block`}; ${tw`sw-truncate`}; ${tw`sw-font-semibold`}; - ${tw`sw-max-w-abs-600`} + ${tw`sw-max-w-abs-800`} mark { ${tw`sw-inline-block`}; diff --git a/server/sonar-web/src/main/js/app/components/nav/component/branch-like/BranchLikeNavigation.tsx b/server/sonar-web/src/main/js/app/components/nav/component/branch-like/BranchLikeNavigation.tsx index 6d9f8045669..5756e7e1e0b 100644 --- a/server/sonar-web/src/main/js/app/components/nav/component/branch-like/BranchLikeNavigation.tsx +++ b/server/sonar-web/src/main/js/app/components/nav/component/branch-like/BranchLikeNavigation.tsx @@ -95,7 +95,7 @@ export function BranchLikeNavigation(props: BranchLikeNavigationProps) { zLevel={PopupZLevel.Global} > { setIsMenuOpen(!isMenuOpen); }}