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
If I have the following code and I can't figure out a way where I can make a "div w-full flex items-center justify-center" equivalent on email. All I want is to have a 100% width table that takes the full available width, then use the align attribute, but it doesn't work. Is there any easy solution?
Hey @bernaferrari,
My sincere apologies for not seeing this sooner.
To achieve a full width table in this case, you should setup directly in the ResponsiveColumn
and use the align attribute here
if you provide a more complete code snippet, I can provide a bit more help
If I have the following code and I can't figure out a way where I can make a "div w-full flex items-center justify-center" equivalent on email. All I want is to have a 100% width table that takes the full available width, then use the
align
attribute, but it doesn't work. Is there any easy solution?The text was updated successfully, but these errors were encountered: