-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applying explicit font size class overridden by component style #906
Comments
You will need a more specific selector by adding more classes. If font-size is the only thing you need to control then adding another class on the container should suffice. |
Yes we can define more specific selector classes but why each component injecting a separate stylesheet into head section. If I already included
into head there is no more required to inject styles for each component. Can we set somewhere not to call style loader. |
Seems like something we can tackle with the new theming/customization work #983 |
Bug Report
Describe the issue:
Applying class
ms-font-s
to<body class="ms-font-s">...</body>
but font-size is overridden by style injected by component and always keeping the same font-size i.e. 14px.The text was updated successfully, but these errors were encountered: