directly import normalize from the node_modules path #10204
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolves broken import from #10061, in my local environment it appears to be behaving correctly, specifically resolving issues with font sizes for the logged in user bits.
prod:
![Screen Shot 2021-10-18 at 12 40 02 PM](https://user-images.githubusercontent.com/1200832/137773099-c18cc8e0-78f5-4620-bd3a-55036faebf06.png)
dev:
![Screen Shot 2021-10-18 at 12 40 40 PM](https://user-images.githubusercontent.com/1200832/137773115-0945b34b-4bcd-40c6-b889-41866230a447.png)
it also appears to resolves #10199 when configuring a banner locally:
this branch:
![Screen Shot 2021-10-18 at 12 46 47 PM](https://user-images.githubusercontent.com/1200832/137773984-898fe78a-9568-4f44-a47a-e25afc6c57ff.png)
main:
![Screen Shot 2021-10-18 at 12 47 20 PM](https://user-images.githubusercontent.com/1200832/137774005-8e29cac2-1abd-4e44-b5bd-78e7e247d11c.png)
Closes #10170.