dmk99 / react-pdf-table

Storybook Available
https://dmk99.github.io/react-pdf-table
MIT License
152 stars 62 forks source link

Table ignores padding of parent View. #33

Closed joelybahh closed 3 years ago

joelybahh commented 3 years ago

I currently can't seem to get the table to abide by the padding set in the parent view.

Basically, the table is surrounded by a border (A view with custom styling), but the table just ignores that. Every other component I put within the scope of that View does abide by the padding set. Was there any way to style the table directly/apply custom styles?

joelybahh commented 3 years ago

It does actually abide by the padding, I was looking at the wrong class for the parent container my bad!