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
Currently font-weight is only supported by mj-accordion-text. As especially in the title is often use bolder fonts, it would be nice to have the attribute font-weight also supported in mj-accordion, mj-accordion-element and mj-accordion-title
As a workaround I have to create dynamic css classes with to achieve a solution
The text was updated successfully, but these errors were encountered:
I don't know if I get your question right, but I could look like this:
<mjml><mj-body><mj-section><mj-column><mj-accordion><mj-accordion-element><mj-accordion-titlefont-weight="700">Why use an accordion?</mj-accordion-title><mj-accordion-text>
Because emails with a lot of content are most of the time a very bad experience on mobile, mj-accordion comes handy when you want to deliver a lot of information in a concise way.
</mj-accordion-text></mj-accordion-element></mj-accordion></mj-column></mj-section></mj-body></mjml>
Currently
font-weight
is only supported bymj-accordion-text
. As especially in the title is often use bolder fonts, it would be nice to have the attributefont-weight
also supported inmj-accordion
,mj-accordion-element
andmj-accordion-title
As a workaround I have to create dynamic css classes with to achieve a solution
The text was updated successfully, but these errors were encountered: