I'm trying to make some buttons with images a uniform size for a menu within an HTML widget. Viewing this in an editor, it looks fine, but when I put the same html in the widget, the buttons are being resized for the images. Is there a way to escape whatever css/style is being applied to my buttons to get the desired sizes?
<button type="submit" style="height:80;width:80">Click Me</button>
In the widget produces:

But what I expect is a button like this:
