material
material copied to clipboard
Tables within cards overflows card on mobile
When viewed on Note 8 in portrait mode, Table escapes the card as so:

Likely just needs an overflow:auto or overflow:scroll added to parent.
Hi, really good point.
Thanks to you, I fixed overflow problem in my RC-2 upgrade available here : https://github.com/djibe/material/tree/master/css
Latest material look is applied to tables : https://material.io/components/data-tables/ You may try my new class : .data-table instead of .card as container.
Enjoy. Keep me informed about bugs.
Fix is available here : https://djibe.github.io/material/docs/4.5/material/data-tables/
See the docs and play with tables.
Looks good!