Open DaleFoley opened 4 years ago
Referencing this: https://www.campaignmonitor.com/css/email-client/outlook-2007-16/
Display CSS property seems to not be supported for outlook client, which means we can't apply width to the attribute, as you need to set the display to block or inline-block for the width to take affect.
How can we reproduce this bug?
What did you expect to happen?
As per the documentation, an expanded button is present filling the width of the container, and a smaller button is present underneath it. The expanded button wraps an anchor link that has the same width as the expanded button itself and the user can click anywhere on the expanded button to go to the specified url in the anchors href attribute.
What happened instead?
Buttons rendered as expected, but the anchor element is not expanded (should be the same width as the expanded button) and the user is forced to click in the middle area of the expanded button.
What email clients does this happen in?
Microsoft 365 MSO 16.0.13029.20232 32 bit