Lucas Ceratto
Lucas Ceratto
I have the same problem, when using "center" it looks like this:  I see that there is a style assigned to the div that contains the cell  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...