I'm trying to implement 2 buttons that are on the same row and will each fill 50% of the row.
Changing the toPx like this, and changing propTypes
if (typeof (value) === "string" && (value.endsWith("px") || value.endsWith("%"))) {
allows me to also use % as prop, but Outlook doesn't like that at all with the VML buttons. Is there any way to get the VML Buttons to work with percent?
I'm trying to implement 2 buttons that are on the same row and will each fill 50% of the row.
Changing the toPx like this, and changing propTypes
allows me to also use % as prop, but Outlook doesn't like that at all with the VML buttons. Is there any way to get the VML Buttons to work with percent?