Lucas Ceratto

Results 2 comments of Lucas Ceratto

I have the same problem, when using "center" it looks like this: ![image](https://github.com/user-attachments/assets/8e814eda-015a-431f-b41d-3e625f2b1d11) I see that there is a style assigned to the div that contains the cell ![image](https://github.com/user-attachments/assets/9cd628f6-9b07-452a-80bb-12361d66818b) when...

I solved this problem by adding this in my main css: ```css /* in my global style.css */ .MRT_TableHeadCell-module_labels-center__MM9q8 { padding-left: 0; } ``` ```css /* in mantine-react-table/styles.css */ .MRT_TableHeadCell-module_labels-center__MM9q8...