Hi guys,
Looks like the border-radius is not working on mj-column at all.

<mj-column width="30" border="2px solid #222222" border-radius="5px">
(...)
</mj-column>
Am I doing something wrong?
Thanks
Hi @piotrkulpinski
Well the issue is because we're using a border-collapse: collapse on the table that handle the column. So border-radius doesn't work with it, what you can do is using a css-class on your column and remove it but it can lead to inconsistency on some clients.
HA! @iRyusa got faster while I was typing.
You can also fake it is by using the background-color on the wrapping element: https://mjml.io/try-it-live/SyU_bO55f
Most helpful comment
HA! @iRyusa got faster while I was typing.
You can also fake it is by using the background-color on the wrapping element: https://mjml.io/try-it-live/SyU_bO55f