line-height: -internal-auto-base(initial !important, initial);I should probably just file a bug for this, but it seems like !important doesn't work inside -internal-auto-base(). Is this fixable?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
line-height: -internal-auto-base(initial !important, initial);I should probably just file a bug for this, but it seems like !important doesn't work inside -internal-auto-base(). Is this fixable?
It's intentional ... `!important` is an aspect of the declaration as a whole, not something that can appear via a substitution.
Is this fixable?
No.
Your best bet is probably doing it "by hand" in StyleAdjuster.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |