diff --git a/app/assets/stylesheets/components/page-footer.scss b/app/assets/stylesheets/components/page-footer.scss index 2d668b5a5..d126068c5 100644 --- a/app/assets/stylesheets/components/page-footer.scss +++ b/app/assets/stylesheets/components/page-footer.scss @@ -1,5 +1,6 @@ .page-footer { + position: relative; margin-bottom: 30px; &-back-link { @@ -50,6 +51,12 @@ margin-top: $gutter; } + &-right-aligned-link { + position: absolute; + right: 0; + top: 10px; // align baseline with buttons + } + .button, .button-destructive { margin-right: 10px; diff --git a/app/templates/views/notifications/check.html b/app/templates/views/notifications/check.html index b0a060c7a..c904f1788 100644 --- a/app/templates/views/notifications/check.html +++ b/app/templates/views/notifications/check.html @@ -65,7 +65,7 @@ {% endif %} Back {% if template.template_type == 'letter' %} - Download as a printable PDF + Download as a printable PDF {% endif %}