Concrete 5.7.5.6 - Applying border-radius doesn't stick

Permalink
Hello,

I was able to apply background color, some padding and top margin to a block, but I wasn't able to apply border-radius. I can enter the value but upon clicking Save, nothing is changed nor is it after publishing changes.

 
Mainio replied on at Permalink Reply
Mainio
Maybe use the old table cell display "hack":
http://codepen.io/anon/pen/ONpZoO...

It's somewhat a CSS hack but it works in more browsers than flexbox currently (which is the other option to do this).
Mainio replied on at Permalink Reply
Mainio
Seems like I posted this answer to wrong tab. :)

It was supposed to go here:
https://www.concrete5.org/community/forums/chat/proper-way-to-overla...

Karl's answer below seems to make much more sense to this question.
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi developer10,

There appears to be a bug in how border-radius is applied.

Does not work:
- If you set a border-radius value and save, border-radius is not applied, and the entered value is not saved.
Does work:
- If you set a border-radius value AND a border-width value (any value other than 0px). The border-radius is applied and the entered value is saved.

Have you checked the bug tracker to see if others are experiencing this issue? If no one has reported this issue, I recommend reporting it and including the steps required to repeat the error.

concrete5 bug tracker
https://www.concrete5.org/developers/bugs...
MrKDilkington replied on at Permalink Reply
MrKDilkington
@developer10

I have created a bug report that you can confirm.
https://www.concrete5.org/developers/bugs/5-7-5-6/applying-border-ra...