Reputation: 1505
Does anyone know which browser Outlook-web uses for addins on a mac?
background: I am developing an addin for outlook web on a mac and I'm making use of a bootstrap collapsable panel. I also have two icons that I want to have to the left and right of the title, however, the anchor tag used to expand / collapse the panel is forcing a line break. I am wondering if this issue is something in my css or a browser issue since setting display: inline on the anchor tag does nothing.
Upvotes: 0
Views: 365
Reputation: 144
According to MS documentation Webkit rendering engine is used, which is nothing but the Safari browser (with limited functionality) is used.
Upvotes: 3
Reputation: 35716
Any browser that supports ECMAScript 5.1, HTML5, and CSS3, such as Internet Explorer 11 or later, or the latest version of Microsoft Edge, Chrome, Firefox, or Safari (Mac OS).
Upvotes: 1