]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-17393 Fixing box sizing for hotspot header when coming from security reports
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Fri, 7 Oct 2022 15:08:13 +0000 (17:08 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 10 Oct 2022 20:03:09 +0000 (20:03 +0000)
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.css

index f4a2082dfada9d651a0d8d7b4122bbf48674825f..cb8c2c85cc6ee0426914f3056ef392a23c3bbbec 100644 (file)
@@ -36,6 +36,7 @@
   color: var(--baseFontColor);
   border-bottom: none;
   border-left: 4px solid;
+  box-sizing: border-box;
 }
 
 .hotspot-category strong {