diff --git a/app/assets/stylesheets/views/template.scss b/app/assets/stylesheets/views/template.scss index 8e8c891ad..261e171c8 100644 --- a/app/assets/stylesheets/views/template.scss +++ b/app/assets/stylesheets/views/template.scss @@ -39,3 +39,9 @@ top: 400px; // aligns to top of subject left: -5px; } + +.edit-template-link-letter-postage { + @extend %edit-template-link; + top: -20px; // aligns to top of subject + left: -5px; +} diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index ad56f8911..a5422ead6 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -50,6 +50,7 @@