From df80f11dffca55ba8d22060cf1430cfb7b1e0a8a Mon Sep 17 00:00:00 2001 From: guillaume-peoch-sonarsource Date: Wed, 15 Feb 2023 17:26:30 +0100 Subject: [PATCH] SONAR-18481 Readjust the heights of security reports categories --- server/sonar-web/src/main/js/app/styles/init/tables.css | 1 - 1 file changed, 1 deletion(-) diff --git a/server/sonar-web/src/main/js/app/styles/init/tables.css b/server/sonar-web/src/main/js/app/styles/init/tables.css index a6317d0229e..afdca3652ec 100644 --- a/server/sonar-web/src/main/js/app/styles/init/tables.css +++ b/server/sonar-web/src/main/js/app/styles/init/tables.css @@ -192,7 +192,6 @@ table.data > tfoot > tr > td { table.data > tbody > tr > td { position: relative; padding: 8px 10px; - vertical-align: text-top; line-height: 16px; } -- 2.39.5