Adding Table-responsive at correct place.
This commit is contained in:
parent
d18eabf6f5
commit
8e38f52e72
@ -253,7 +253,7 @@ const ExpenseList = ({ filters, groupBy = "transactionDate", searchText }) => {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<div className="card page-min-h px-sm-4">
|
<div className="card page-min-h px-sm-4 table-responsive">
|
||||||
{/* Filter Chips */}
|
{/* Filter Chips */}
|
||||||
<ExpenseFilterChips
|
<ExpenseFilterChips
|
||||||
filters={filters}
|
filters={filters}
|
||||||
@ -262,7 +262,7 @@ const ExpenseList = ({ filters, groupBy = "transactionDate", searchText }) => {
|
|||||||
groupBy={groupBy}
|
groupBy={groupBy}
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
className="card-datatable table-responsive "
|
className="card-datatable "
|
||||||
id="horizontal-example"
|
id="horizontal-example"
|
||||||
>
|
>
|
||||||
<div className="dataTables_wrapper no-footer px-2 ">
|
<div className="dataTables_wrapper no-footer px-2 ">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user