diff --git a/styles/sections/_reports.scss b/styles/sections/_reports.scss index cb5cdae1..576a7bda 100644 --- a/styles/sections/_reports.scss +++ b/styles/sections/_reports.scss @@ -111,6 +111,10 @@ // =============================== &.to-summary { + .icon-link { + font-weight: $font-normal + } + .subheading { margin-bottom: 0; } @@ -173,6 +177,7 @@ dd.ending-soon { color: $color-red-dark; font-size: $h2-font-size; + white-space: nowrap; .icon { @include icon-size(28); diff --git a/templates/portfolios/reports/index.html b/templates/portfolios/reports/index.html index 6d17172b..e124dc93 100644 --- a/templates/portfolios/reports/index.html +++ b/templates/portfolios/reports/index.html @@ -82,8 +82,8 @@
Remaining Days
{% if remaining_days is not none %} - {{ Icon('arrow-down') }} - {{ remaining_days }} + {{ Icon('arrow-down') }} + {{ remaining_days }} {% else %} - {% endif %} @@ -153,7 +153,7 @@
-

Cumulative Budget

+

Cumulative Budget