You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since <button> generates a table, I would expect it to have the align="right" attribute, just like <columns> do.
What happened instead?
The generated table does not contained the passed attribute.
What email clients does this happen in?
Viewing HTML source, no need to email client testing.
This would be useful for aligning buttons on their own, no need to complicate things with columns. not just alignment, any HTML or custom attributes one might need to pass.
The text was updated successfully, but these errors were encountered:
How can we reproduce this bug?
What did you expect to happen?
Since
<button>
generates a table, I would expect it to have thealign="right"
attribute, just like<columns>
do.What happened instead?
The generated table does not contained the passed attribute.
What email clients does this happen in?
Viewing HTML source, no need to email client testing.
This would be useful for
aligning buttons on their own, no need to complicate things with columns.not just alignment, any HTML or custom attributes one might need to pass.The text was updated successfully, but these errors were encountered: