Hello Chris,
I am really sorry for the delay of this reply as it is a weekend for us here. It looks like your Joomla template is resetting all the buttons to use a fixed height of 29px and that is really bad
To fix this, you can add the block of css codes below into your template's css file
body div#fd.es .es-profile-header-action > div .btn {
height: auto !important;
}