I am facing an issue with aligning a button with an image on it properly. Here is the code I am using:
<button type="button" style="width: 23px; height: 23px; padding:0">
<img src="Icon_304.png" />
</button>
Although the button looks fine in Chrome, it appears to be misaligned in Firefox. It is not horizontally centered and seems skewed to the right. I have attached a screenshot from Firefox below. I have tried adding 'margin: 0' to the img tag, but it did not fix the issue.