mirror of https://github.com/BOINC/boinc.git
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:
parent
1350800045
commit
2d8ead5f78
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue