diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-24 15:51:16 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-24 15:51:22 +0200 |
commit | 36739b7fdc9e5e9a7820edfd451272ca8ee339cb (patch) | |
tree | 3de324cbcdf1f44ccacedff206bb4f10f07de5cd /server/sonar-web/src/main/less/style.less | |
parent | ecdc9a974827cd25afb1a82d5d3cc007ed49ebbc (diff) | |
download | sonarqube-36739b7fdc9e5e9a7820edfd451272ca8ee339cb.tar.gz sonarqube-36739b7fdc9e5e9a7820edfd451272ca8ee339cb.zip |
SONAR-4561 Fix vertical alignment of action links on Project History page
Diffstat (limited to 'server/sonar-web/src/main/less/style.less')
-rw-r--r-- | server/sonar-web/src/main/less/style.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/less/style.less b/server/sonar-web/src/main/less/style.less index e7b6275252d..8a607cfa136 100644 --- a/server/sonar-web/src/main/less/style.less +++ b/server/sonar-web/src/main/less/style.less @@ -565,7 +565,7 @@ table.form td img { height: 1px; } -table#project-history > tbody > tr > td { +table#project-history tr > td { vertical-align: top; } |