From: Revanshu Paliwal Date: Fri, 7 Oct 2022 15:08:13 +0000 (+0200) Subject: SONAR-17393 Fixing box sizing for hotspot header when coming from security reports X-Git-Tag: 9.7.0.61563~107 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0c06cb9f8ff51d25aef205465675a9016cb4c1f1;p=sonarqube.git SONAR-17393 Fixing box sizing for hotspot header when coming from security reports --- 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 {