From 9c2133e9d972443887abdbf3d82e1fa7ad4b1025 Mon Sep 17 00:00:00 2001 From: stanislavh Date: Thu, 6 Jul 2023 11:53:25 +0200 Subject: SONAR-19763 Exponents are not correctly displayed in rule descriptions --- server/sonar-web/src/main/js/app/styles/init/type.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'server/sonar-web/src/main/js/app/styles') diff --git a/server/sonar-web/src/main/js/app/styles/init/type.css b/server/sonar-web/src/main/js/app/styles/init/type.css index 03f5f3b27ea..fdf6e89d8de 100644 --- a/server/sonar-web/src/main/js/app/styles/init/type.css +++ b/server/sonar-web/src/main/js/app/styles/init/type.css @@ -124,14 +124,6 @@ h6 svg, transform: translateY(-1px); } -sup { - vertical-align: text-top; -} - -sub { - vertical-align: text-bottom; -} - em { font-style: italic; } -- cgit v1.2.3