outlook вложенный html как установить размеры
.reply_button_text {
padding: 10px;
color: white;
}
.reply_button {
height: 40px;
width: 200px;
background: #1A91DA;
border-radius: 5px;
display: block;
margin: auto;
cursor: pointer;
text-decoration: none;
color: #FFFFFF;
text-align: center;
}
<table>
<tr>
<a class="reply_button" width="200px" height="40px" href="https://staging-app.localyser.com/reviews/?date_from=2020-09-10&date_to=2020-09-10&rating=5&services=google&search=Misha Faran&locations=2939" target="_blank">
<div class="reply_button_text" >See review</div>
</a>
</tr>
</table>
первый скрин отображение в outlook , второй в gmail
не могу изенить размер кнопки, кнопка сделалана через тег ссылки, в gmail все ок в outlook остается по размеру контенка, как поправить что бы работало для outlook

