Generalize table headers and titles
This commit is contained in:
@@ -347,8 +347,8 @@
|
||||
</budget-chart>
|
||||
|
||||
<div class='accordion-table responsive-table-wrapper'>
|
||||
<div class='accordion-table__header'>
|
||||
<h2 class='accordion-table__title'>Total spent per month</h2>
|
||||
<div class='responsive-table-wrapper__header'>
|
||||
<h2 class='responsive-table-wrapper__title'>Total spent per month</h2>
|
||||
|
||||
<select name='month' id='month' onchange='location = this.value' class='spend-table__month-select'>
|
||||
{% for m in cumulative_budget["months"] %}
|
||||
|
Reference in New Issue
Block a user