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 <a> tags set an explicit font size intended to match paragraph font size in the design system. However this poses issues when the stylesheet is applied to content not built with the design system (e.g. Exposure) and shouldn't be a requirement.
Suggested fix is to remove the font-size declaration here. This will require regression testing to ensure there are no unintended changes.
The text was updated successfully, but these errors were encountered:
Currently
<a>
tags set an explicit font size intended to match paragraph font size in the design system. However this poses issues when the stylesheet is applied to content not built with the design system (e.g. Exposure) and shouldn't be a requirement.Suggested fix is to remove the font-size declaration here. This will require regression testing to ensure there are no unintended changes.
The text was updated successfully, but these errors were encountered: