One of my button displays with 2 words like 'reservation book'. The button looks perfect in Chrome but only shows partially in Edge. If I change the CSS class it will reflect other places too.
<a href="#" onclick="PortalClassDetails.ClassDetails.ClassDetailsAction('@url', '@item.ClassID', '@sort','@direction','@register','@pageNumber', true)" title="Waitlist" style="text-decoration: none">
<div class="wait">
Join Waitlist
</div>
</a>