diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2023-07-06 11:53:25 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-07-06 20:03:12 +0000 |
commit | 9c2133e9d972443887abdbf3d82e1fa7ad4b1025 (patch) | |
tree | c1268951bee0b33278b535e64ec60ebcbfd04254 /server/sonar-web/src/main/js/app/styles | |
parent | 860d2cf3134548a7a7c64c9ef44a4b125344fb36 (diff) | |
download | sonarqube-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.css | 8 |
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; } |