From 2d8ead5f78bac18cc15acab563400e06f815657f Mon Sep 17 00:00:00 2001 From: Tristan Olive Date: Fri, 17 Jul 2015 17:56:53 -0400 Subject: [PATCH] Set static width of the name column on Computers and Projects dashboard tables so that word wrapping matches on the headings (DBOINCP-23) --- drupal/sites/default/boinc/themes/boinc/css/pages.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drupal/sites/default/boinc/themes/boinc/css/pages.css b/drupal/sites/default/boinc/themes/boinc/css/pages.css index f87372aefe..e95889744f 100644 --- a/drupal/sites/default/boinc/themes/boinc/css/pages.css +++ b/drupal/sites/default/boinc/themes/boinc/css/pages.css @@ -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; }