Allow description text to wrap

This commit is contained in:
Adam Soltys
2009-08-27 12:08:56 -07:00
parent a55227c9bb
commit 642eb1f4ee

View File

@@ -20,7 +20,7 @@ tr.deliverable-details td { padding-bottom: 50px ; }
td.deliverable-actions { padding-left: 10px; width:100px;}
td.deliverable-actions { padding-left: 10px; width:100px;}
tr.deliverable-details { border: none; }
tr.deliverable-details { border: none; white-space: normal; }
tr.deliverable-details p { text-align:left; clear:both;}
tr.deliverable-details div { text-align:left; }
tr.deliverable-details table { width: 85%; }