On my button tag (note: not entered), I put an "X". He looks all right. However, when I add a border, I understand that the character is not really focused. It seems that there is some kind of button inside .
Is this something that can be removed? If so, how?
I tried to add styles (regular addition, margin, align and valign), but this did not bring me anything useful.
The problem looks like this jsFiddle .
<button style='width:18px;height:18px;'>X</button>
source
share