मान लीजिए cellspcing/ cellpadding/ border-spacingसंपत्ति ने काम नहीं किया, तो आप कोड का पालन कर सकते हैं।
<div class="form-group">
<table width="100%" cellspacing="2px" style="border-spacing: 10px;">
<tr>
<td width="47%">
<input type="submit" class="form-control btn btn-info" id="submit" name="Submit" />
</td>
<td width="5%"></td>
<td width="47%">
<input type="reset" class="form-control btn btn-info" id="reset" name="Reset" />
</td>
</tr>
</table>
</div>
मैंने कोशिश की है और तालिका-चौड़ाई का उपयोग करके बटन को अलग करते हुए सफल हुआ है और 2 या 1% के रूप में एक खाली td बनाता है यह अधिक अलग नहीं लौटाता है।