Whenever the anchor label is changed and the template saved, the td styles are altered and the mso-padding-alt style removed what destroys the layout :
source :
output :
AS you can see the original style
border:none;border-radius:0;cursor:auto;mso-padding-alt:14px 30px;background:#0E113B;
is transformed to
border-width: initial; border-style: none; border-color: initial; border-radius: 0px; background: rgb(14, 17, 59);
When ever the label is edited via the visual editor and the template saved.
Why? And how can that be avoided?