diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2024-03-28 15:44:27 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-03-28 20:02:51 +0000 |
commit | 68ebef79824a8ce2b2a5a24541666f9bdd3163b1 (patch) | |
tree | 40c118115f09ba10de9bee233c1746f9899da052 /server/sonar-web/design-system/src/components | |
parent | 32ac6fbe35f86047200e13e7f1812039658d20fe (diff) | |
download | sonarqube-68ebef79824a8ce2b2a5a24541666f9bdd3163b1.tar.gz sonarqube-68ebef79824a8ce2b2a5a24541666f9bdd3163b1.zip |
SONAR-19144 Increase branch selector dropdown max length
Diffstat (limited to 'server/sonar-web/design-system/src/components')
-rw-r--r-- | server/sonar-web/design-system/src/components/Text.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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`}; |