Change buttons size

Add the code below to Custom CSS field on your Pricing Table widget’s Appearance tab:

.eapps-pricing-table-column-button{
    height: 40px;
    padding: 0px 32px;
}

You’re welcome to change the values in the code until you like the result.