We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46df81f commit 4d7c7bfCopy full SHA for 4d7c7bf
1 file changed
hypha/apply/dashboard/templates/dashboard/staff_dashboard.html
@@ -95,8 +95,12 @@ <h3 class="mb-2 text-xl">
95
96
{% if PROJECTS_ENABLED and paf_for_review.count %}
97
<div id="paf_for_review" class="wrapper wrapper--bottom-space">
98
- <h3 class="mb-2 text-xl">{% trans "Project forms for review" %}</h3>
99
- {% render_table paf_for_review.table %}
+ <h2 class="mb-2 card-title">{% trans "Project forms for review" %}</h2>
+ <div class="card card-border shadow-xs">
100
+ <div class="p-0 card-body">
101
+ {% render_table paf_for_review.table %}
102
+ </div>
103
104
</div>
105
{% endif %}
106
0 commit comments