From ae4dce5c38fb1e668603a44361b30c6e61923381 Mon Sep 17 00:00:00 2001 From: Grégoire Aubert Date: Mon, 11 Sep 2017 11:37:14 +0200 Subject: Fix display of multiple events in projects page --- server/sonar-web/src/main/js/apps/overview/styles.css | 1 + 1 file changed, 1 insertion(+) (limited to 'server/sonar-web') diff --git a/server/sonar-web/src/main/js/apps/overview/styles.css b/server/sonar-web/src/main/js/apps/overview/styles.css index ef7934e92c3..9b319660f5d 100644 --- a/server/sonar-web/src/main/js/apps/overview/styles.css +++ b/server/sonar-web/src/main/js/apps/overview/styles.css @@ -392,6 +392,7 @@ } .overview-analysis-event { + display: inline-block; } .overview-analysis-event.badge { -- cgit v1.2.3