GB is nice and clean, but sometimes to clean
As an example: In blog you can only discover rows when you hover over this element.
If there is an empty row on the end of an article, you get unwanted space.
So i added some code in the Code Editor. Now you can always see the rows in edit mode. Maybe nice to have as option in the General Settings?
div#ba-edit-section .ba-row {
border: 1px dashed #4080405c;
border-radius: 5px;
}
Kind regards René