From 0c06cb9f8ff51d25aef205465675a9016cb4c1f1 Mon Sep 17 00:00:00 2001 From: Revanshu Paliwal Date: Fri, 7 Oct 2022 17:08:13 +0200 Subject: [PATCH] SONAR-17393 Fixing box sizing for hotspot header when coming from security reports --- .../main/js/apps/security-hotspots/components/HotspotList.css | 1 + 1 file changed, 1 insertion(+) diff --git a/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.css b/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.css index f4a2082dfad..cb8c2c85cc6 100644 --- a/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.css +++ b/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.css @@ -36,6 +36,7 @@ color: var(--baseFontColor); border-bottom: none; border-left: 4px solid; + box-sizing: border-box; } .hotspot-category strong { -- 2.39.5