I added the class “hide” to a row, and it immediately disappeared from the page builder Now I’m having a hard time finding a way to edit it so I can unhide it. Perhaps a “Show All Content” or “Edit Source Code” utility under tools would be useful for this situation, as a temporary toggle for editing only.
I’m on a dev server so it’s no emergency, but I thought it’s kind of funny, and it might come up for others at some point.
Update: I found a workaround. Adding .fl-builder-edit .hide {display: block !important} to my CSS brings back that hidden content for the editor. Using .fl-builder-edit has a lot of interesting possibilities for styling the editor. Thanks for thoughtfully adding this class