diff --git a/nginx/public/node/frontend/public/css/styles.scss b/nginx/public/node/frontend/public/css/styles.scss index 373a96ae..d84ae1e0 100644 --- a/nginx/public/node/frontend/public/css/styles.scss +++ b/nginx/public/node/frontend/public/css/styles.scss @@ -334,6 +334,9 @@ body.propagate-height { .modal-content { height: 100%; } +.modal-header{ + min-height:auto; +} #manuscript-data-container { // Relative-position the container so that percentage-based dimensions are calculated relative to it diff --git a/nginx/public/node/frontend/public/js/app/manuscript-detail/folio/chant-record.template.html b/nginx/public/node/frontend/public/js/app/manuscript-detail/folio/chant-record.template.html index f0615e8c..c6d0d697 100644 --- a/nginx/public/node/frontend/public/js/app/manuscript-detail/folio/chant-record.template.html +++ b/nginx/public/node/frontend/public/js/app/manuscript-detail/folio/chant-record.template.html @@ -34,8 +34,8 @@ <% if (finalis) { %>

Finalis: <%= finalis %>

<% } %> -
<% if (full_text) { %> +
Full Text
<%= full_text %> <% } %>