I have a problem in which I have a space between these two buttons.
The code is as follows:
You can use css to fix it. Set float:left or float:right on the input buttons. That fixed the problem for me.