I’ve noticed that the back end export option doesn’t display the layout correctly. See screenshot to see what I mean.
Can be fixed with this:
#acf-admin-tool-export ul {
column-width: auto;
}
I am not seeing this issue. More than likely you have some CSS code added to the admin that is causing this? Locate the CSS that is causing this display and figure out where it’s coming from.