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
Hello,
I think that I have found a bug in your module.
I have this css code: .button {color: #333 !important}
But it is compiled into: <div style="color: #333"></div>
The !important is missing in the compiled document. This can cause a problem in email-clients which use to make hyperlinks underlined by using !important.
The text was updated successfully, but these errors were encountered:
Hello,
I think that I have found a bug in your module.
I have this css code:
.button {color: #333 !important}
But it is compiled into:
<div style="color: #333"></div>
The
!important
is missing in the compiled document. This can cause a problem in email-clients which use to make hyperlinks underlined by using!important
.The text was updated successfully, but these errors were encountered: