diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2020-02-11 18:49:50 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-21 20:46:19 +0100 |
commit | 9e025bf15700eff81e11cb00bcf5e9650f765ee9 (patch) | |
tree | a4e482db7368c393f732ca0829cdd8450f19f3ab /server/sonar-web/src/main/js/apps/security-hotspots/styles.css | |
parent | 92bdc9faf99a89c0c70945198045b1de81db2ed7 (diff) | |
download | sonarqube-9e025bf15700eff81e11cb00bcf5e9650f765ee9.tar.gz sonarqube-9e025bf15700eff81e11cb00bcf5e9650f765ee9.zip |
SONAR-12719 Move the status edition popup in hotspot main screen
Diffstat (limited to 'server/sonar-web/src/main/js/apps/security-hotspots/styles.css')
-rw-r--r-- | server/sonar-web/src/main/js/apps/security-hotspots/styles.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/server/sonar-web/src/main/js/apps/security-hotspots/styles.css b/server/sonar-web/src/main/js/apps/security-hotspots/styles.css index 9a327c158d7..f95c95b6331 100644 --- a/server/sonar-web/src/main/js/apps/security-hotspots/styles.css +++ b/server/sonar-web/src/main/js/apps/security-hotspots/styles.css @@ -51,10 +51,3 @@ overflow-y: auto; background-color: white; } - -/* -* Align description with label by offsetting by width of radio + margin -*/ -#security_hotspots .radio-button-description { - margin-left: 23px; -} |