fix: add space below in last row from reports

This commit is contained in:
prafull-opensignlabs
2024-10-16 14:48:34 +05:30
parent a103f93925
commit 04100adece
@@ -1234,7 +1234,7 @@ const ReportTable = (props) => {
: "h-screen"
} overflow-auto w-full border-b`}
>
<table className="op-table border-collapse w-full mb-2">
<table className="op-table border-collapse w-full mb-4">
<thead className="text-[14px]">
<tr className="border-y-[1px]">
{props.heading?.map((item, index) => (