fix: style for certificate button and card responsive

This commit is contained in:
Jannat Patel
2021-10-19 19:09:42 +05:30
parent 98c386729c
commit aec69e96cb
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
</div>
{% if certificate.student == frappe.session.user %}
<div class="comment-footer mb-5">
<div class="d-flex justify-content-end mb-5">
<div class="button is-secondary pull-right" id="export-as-pdf" data-certificate="{{ certificate.name }}"
data-certificate-name="{{ student.full_name }} - {{ course.title }}">Export</div>
</div>