Currently the styling adds padding to make the background color more visible. This is likely to cause problems with other places which expect text to flow normally and links not to have background text, for example opening the link in VE causes the width to change and content to reflow, or in a table where horizontal alignment is expected
We can add padding that doesn't cause a reflow using a CSS outline instead.
| Before | After |



