diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2023-04-04 10:44:35 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-04-04 20:03:15 +0000 |
commit | 97899263695d5f6fac57beebadd621262a12bc76 (patch) | |
tree | 7cf32fce8eb32425a3487f3a0353618e4a558c4b /server/sonar-web/tailwind.base.config.js | |
parent | 015d219cdd21453e57bf6a246e0938be97aaac2d (diff) | |
download | sonarqube-97899263695d5f6fac57beebadd621262a12bc76.tar.gz sonarqube-97899263695d5f6fac57beebadd621262a12bc76.zip |
SONAR-18948 Update tailwindcss dependencies
Diffstat (limited to 'server/sonar-web/tailwind.base.config.js')
-rw-r--r-- | server/sonar-web/tailwind.base.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/tailwind.base.config.js b/server/sonar-web/tailwind.base.config.js index d19d4c4f670..1291b6af8e6 100644 --- a/server/sonar-web/tailwind.base.config.js +++ b/server/sonar-web/tailwind.base.config.js @@ -172,7 +172,7 @@ module.exports = { position: true, // position classes .sw-relative .sw-absolute preflight: false, // disable preflight textAlign: true, // .sw-text-x classes - textOverflow: true, // .sw-overflow-ellipsis, .sw-truncate + textOverflow: true, // .sw-text-ellipsis, .sw-truncate textTransform: true, // sw-uppercase, .sw-capitalize userSelect: true, // .sw-select-none classes verticalAlign: true, // .sw-align-x classes |