diff --git a/src/client/app/css/app.css b/src/client/app/css/app.css index cf10f98..c925fe5 100644 --- a/src/client/app/css/app.css +++ b/src/client/app/css/app.css @@ -542,6 +542,11 @@ body.body-auth .action-button { display: block; } +.group-terms { + border-bottom: 1px solid #ccc; + margin-bottom: 15px; +} + .button-like-modal-footer { border-top: 1px solid #e9ecef; padding: 0.5rem; diff --git a/src/client/app/tmpl/group-terms.html b/src/client/app/tmpl/group-terms.html index 5ee6562..ea73c61 100644 --- a/src/client/app/tmpl/group-terms.html +++ b/src/client/app/tmpl/group-terms.html @@ -19,7 +19,8 @@
<%= _lc( 'GROUP_TERMS_DESCRIPTION' ) %>
-<%=raw group.getTermsConditions() ? app.util.Helper.nl2br( group.getTermsConditions() ) : '' %>
+<%=raw group.getTermsConditions() ? app.util.Helper.nl2br( group.getTermsConditions() ) : '' %>