NO BUG: border-radius on image + link overflows link

Bricks Version: 1.5.3
Browser: Chrome 105.0.5195.126
OS: Windows

I used an image widget in the loop and linked it to the dynamic post link. After that, the border radius didn’t work in the image widget.

Hi,
That’s because the border-radius gets applied to the a, but not to the image which overflows the a.
Add an overflow: hidden to the image and you’re done :slight_smile:

Best regards,
timmse

1 Like

Hi @timmse , It worked great. Thank you