The below CSS is the culprit.
IN: templates/yoo_sync/warp/css/base.css
ON: Line 124
Code:
button,
input[type='button'],
input[type='submit'] {
padding: 2px 3px;
}
IN: templates/yoo_sync/css/bootstrap.css
ON: Line 1005
Code:
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
width: auto;
}
Will add strong selectors for next CB Connect release though to avoid it from conflicting.
forge.joomlapolis.com/issues/4325