-
Bug
-
Resolution: Done
-
Medium
-
None
-
None
-
None
Here is my fix
// Bug fix for community bootstrap .equalHero .btn { // not all corners were properly rounded border-radius: 4px 4px 4px 4px!important; } // End of bug fix
The border-radius was rendered as border-radius: 4px 0 0 4px!important;