Matt C.
Well-known member
On the profile page, the memberHeader-main class is wrapped by the block-container which has a border-radius of 4px. The memberHeader-main class doesn't have a border-radius so it doesn't conform the border radius of the block container, which looks like this:
But if you add
But if you add
border-radius: 4px 4px 0 0;
to the memberHeader-main class, it will look like this: