This is a minor usability tweak for more advanced designer / developer use:
When using inspect element in the builder, the data
attributes being added to every div add a lot of side-scrolling before seeing the useful class
information. When trying to navigate the DOM in the inspector, it was helpful to be able to see at a glance which items are the .x-grid
or .x-text
etc, but now that is hidden behind a long side-scroll because of things like data-cs-observe
etc
Would it be possible to insert all the data
attributes after the class
information, so that without scrolling, the important information is quickly accessible?