]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-11762 Fix wrapping issue on Chrome on Windows
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Thu, 28 Mar 2019 15:04:10 +0000 (16:04 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 8 Apr 2019 18:21:06 +0000 (20:21 +0200)
server/sonar-web/src/main/js/apps/projectActivity/components/projectActivity.css

index c44126d33d5321ddac38715f2057f5c733be5284..e0c84d62473ad35ca6fe190c3a469c60b59abd36 100644 (file)
 .project-activity-time {
   flex-shrink: 0;
   flex-grow: 0;
-  width: 54px;
+  width: 58px;
   height: var(--smallControlHeight);
   line-height: var(--smallControlHeight);
   box-sizing: border-box;