Bricks Version: 1.5.1 RC Browser: Chrome 90 OS: macOS / Windows / Linux / etc.
TLDR
Border radius won’t appear on the backend. Works well on the frontend.
Description
Using global class selector for div when I use border styling and when I input any value (so 30px/10rem/var(–space-m)) it won’t appear on backend for this element but works as it’s suppose to on frontend.
Devtool shows that inside builder it always appends px after the value string. Even when using pixels in the first place.
Unfortunately, I just ran into this issue when upgrading to 1.5.2 from 1.5. However, the issue is a bit different: the border-radius looks good on the editor, but the front end doesn’t display it correctly.
After inspecting the affected elements, the radius had the wrong unit (I was using rems and it was set to px).
An easy fix was to change the radius and then back again. Once I saved the page, the element started to display the correct unit on the FE. Not super major since I didn’t have a lot of elements that needed fixing, but it does need to be looked into.