Set static width of the name column on Computers and Projects dashboard tables so that word wrapping matches on the headings

(DBOINCP-23)
This commit is contained in:
Tristan Olive 2015-07-17 17:56:53 -04:00
parent 1350800045
commit 2d8ead5f78
1 changed files with 3 additions and 0 deletions

View File

@ -674,6 +674,9 @@ table tr.inactive {
width: 100%;
margin: 0;
}
#mini-panel-dashboard_tables table tr td:first-child {
width: 140px;
}
table.user-projects {
margin: 0;
}