Encountering an issue that is specific to MAC Safari. Here's the code snippet:
<div class="wrapper" style="max-width:1220px">
<div style="width:50%;display:inline-block">First</div>
<div style="width:25%;display:inline-block">Second</div>
<div style="width:25%;display:inline-block">Third</div>
</div>
The layout looks good on all browsers including Safari on Windows, but on Mac, the third
DIV wraps to the next line. Any suggestions?