From 2be628875fdcf113cb8a0cbe458816a067a3a5f7 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Wed, 26 Jun 2019 11:36:59 +0200 Subject: [PATCH] SONAR-12235 Adjust portfolio metric freshness font size --- server/sonar-web/src/main/js/apps/portfolio/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/server/sonar-web/src/main/js/apps/portfolio/styles.css b/server/sonar-web/src/main/js/apps/portfolio/styles.css index bcc30c9a8e7..b18d0777992 100644 --- a/server/sonar-web/src/main/js/apps/portfolio/styles.css +++ b/server/sonar-web/src/main/js/apps/portfolio/styles.css @@ -51,7 +51,6 @@ .portfolio-freshness { line-height: var(--controlHeight); - font-size: var(--smallFontSize); white-space: nowrap; } -- 2.39.5