diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index dc7ac5d25..48642841d 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -394,3 +394,10 @@ body.admin { } } } + +table.investment-projects-summary { + + td.total-price { + white-space: nowrap; + } +}