diff --git a/client/src/index.css b/client/src/index.css index 5f0d551..5cb5846 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -372,6 +372,10 @@ th { .table-wrap thead { display: none; } + .table-wrap tbody, + .table-wrap tfoot { + display: block; + } .table-wrap tr { display: flex; flex-direction: column; @@ -394,6 +398,9 @@ th { padding-top: 0.5rem; border-top: 1px solid var(--border); } + .table-wrap td.bar-cell { + display: none; + } } .inventory-card-mobile { diff --git a/client/src/pages/Reports.jsx b/client/src/pages/Reports.jsx index 87e5950..42f0ecb 100644 --- a/client/src/pages/Reports.jsx +++ b/client/src/pages/Reports.jsx @@ -106,17 +106,17 @@ export default function Reports() {
{data.salesByProduct.map((row) => (