Yo cambiaría esto:
Código CSS:
Ver original.ticket_button{
width: auto;
height: auto;
}
.profile_button {
width: auto;
height: auto;
}
.inbox_button {
width: auto;
height: auto;
}
.contact_button {
width: auto;
height:auto;
}
Por esto:
La altura se adaptaría sola. Si lo necesitas al revés, pues especificas el alto al 100%. Si necesites poner un tope, podrías también incluir un max-width o max-height.