diff --git a/assets/stylesheets/budget.css b/assets/stylesheets/budget.css index e6ea364..a0c1447 100644 --- a/assets/stylesheets/budget.css +++ b/assets/stylesheets/budget.css @@ -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%; } @@ -46,4 +46,4 @@ p.total-budget #total-budget-calculation { } .jstElements button { padding: 0; margin-right: 0px;} .tabular div.splitcontentright label { margin-left: 0; float: none;} -.tabular div.splitcontentright p { padding-left: 80px; } \ No newline at end of file +.tabular div.splitcontentright p { padding-left: 80px; }