This is how inline-block elements work.
Usually, when you use inline-block elements, you often use them inside a paragraph, so the space between the letters should be consistent. inline-block elements also apply to this rule.
If you want to completely remove the space, you can move the elements.
float: left;
You can also remove spaces from your template document. For example:
<input type="text" name="s" tabindex="2" /><input type="submit" value="Go!" class="btn" />
martinjlowm
source share