Fixes total price wrap on summary tables

This commit is contained in:
Alberto Garcia Cabeza
2016-04-27 14:15:05 +02:00
parent 8715b5c538
commit 32f4228b5f

View File

@@ -394,3 +394,10 @@ body.admin {
}
}
}
table.investment-projects-summary {
td.total-price {
white-space: nowrap;
}
}