aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/styles
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2023-07-06 11:53:25 +0200
committersonartech <sonartech@sonarsource.com>2023-07-06 20:03:12 +0000
commit9c2133e9d972443887abdbf3d82e1fa7ad4b1025 (patch)
treec1268951bee0b33278b535e64ec60ebcbfd04254 /server/sonar-web/src/main/js/app/styles
parent860d2cf3134548a7a7c64c9ef44a4b125344fb36 (diff)
downloadsonarqube-9c2133e9d972443887abdbf3d82e1fa7ad4b1025.tar.gz
sonarqube-9c2133e9d972443887abdbf3d82e1fa7ad4b1025.zip
SONAR-19763 Exponents are not correctly displayed in rule descriptions
Diffstat (limited to 'server/sonar-web/src/main/js/app/styles')
-rw-r--r--server/sonar-web/src/main/js/app/styles/init/type.css8
1 files changed, 0 insertions, 8 deletions
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;
}