Hi,
I have a table with the following columns:
Status
Paid
category
From
To
Total Days
It's shown perfectly on desktop but I want to adjust the width or the layout of it on mobile
I am using:
@media all and (max-width: 414px) and (min-width: 375px)
but I am not sure what to set there for Tables and what's the the best way to do it?
Thanks,
Jassim