Pagination buttons spread out in data grid 2

0
Hi All, I am using mendix version 9.24.27 and Data widgets version 2.27.6. In the data grid 2 the pagination buttons are spread out. Attaching screenshot. Please help. I tried several css. Nothing seems to be working.    
asked
1 answers
3

Hello Nidhi, 

Inspect the .pagination container in your page. 

-Check for inherited styles or margin/padding from parent containers

Look for any display: flex or grid rules that might be affecting layout. 

Check for Theme Conflicts. 

If you're using Atlas UI, make sure your custom styles aren't being overridden by Atlas classes. You might need to use !important in some cases:

Mendix Community - Question Details

Mendix Community - Question Details

answered