In a number of versions of Outlook, button padding is really message up. The text drops towards the bottom of the button.
border: 1px solid #2284a1;
color: #ffffff;
padding: 8px 0;
+ line-height: initial !important;
}
table.tiny-button td {
- padding: 5px 0 4px;
+ padding: 5px 0;
}
table.small-button td {
- padding: 8px 0 7px;
+ padding: 8px 0;
}
table.medium-button td {
- padding: 12px 0 10px;
+ padding: 12px 0;
}
table.large-button td {
- padding: 21px 0 18px;
+ padding: 21px 0;
}
table.button td a,