Browser: Chrome Latest
OS: macOS
URL: #
Video: Below
In the latest version of Bricks, reordering CSS classes on an element in the builder interface does not persist. While the UI allows you to drag and drop the classes into a new order, deselecting the element and re-selecting it causes the classes to revert to their original order. The new order is not being saved to the element’s state.
Steps to Reproduce:
- Open the Bricks Builder and select any element on the canvas.
- Assign two or more CSS classes to the element (e.g.,
.test-classand.another-class). - In the element’s class input area, drag and drop the classes to change their order.
- Click away to select a different element in the structure panel or canvas.
- Click back to the original element.
- Observe: The classes have reverted to the order they were in before step 3.