As someone deeply familiar with CSS, I can see why they’re limiting things. Every feature they add (e.g. the ability to toggle whether margins count towards 100%) is essentially bringing another CSS property into Bubble. (In this case, Box-sizing.* ) If they don’t draw the line somewhere, Bubble will eventually just become a GUI copy of CSS.
Personally, I’d like that, but I get that’s not what Bubble is about. So they’re trying to find the features of CSS that are most important.
Personally, I think padding would be pretty key, as well as media queries.
Beyond that, for advanced users, they really need to add the ability to add a CSS class, so that those of us who want to can just write our own custom CSS and stop bothering them to add every damn feature of CSS one at a time. 
*
it’s not really box-sizing
because margin is never counted towards the width in CSS, but for Bubble, what they call margin
behaves more like CSS padding
. I think it was probably a mistake they’ll have to correct eventually. Having both margin
and padding
are fundamental to layouts.