diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-27 16:53:39 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-27 16:53:46 +0100 |
commit | 17c490d36023fe1e45655f7f1b89ceb6149825cd (patch) | |
tree | 4eebd8931d7a043e028731ea786fc00c55a04bf4 | |
parent | 4f065283795e1146bbdeff5e164b3f0a69a89466 (diff) | |
download | sonarqube-17c490d36023fe1e45655f7f1b89ceb6149825cd.tar.gz sonarqube-17c490d36023fe1e45655f7f1b89ceb6149825cd.zip |
SONAR-4794 Set a minimum width on project title column in permission screen
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb index 48127062393..ad62cb09d20 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/roles/projects.html.erb @@ -45,7 +45,7 @@ <table class="data width100" id="projects"> <thead> <tr> - <th> </th> + <th style="min-width: 10em"> </th> <th> <%= message('projects_role.user') -%><br/> <span class="small gray" style="font-size: 11px; font-weight: normal;"><%= message('projects_role.user.desc') -%></span> |