Closed alexashley closed 3 years ago
Currently, long lines in the <Code /> component can either overflow or cause unwanted resizes in flexbox containers.
<Code />
Before (25% zoom):
After (100% zoom):
You can also see this by looking at the occurrence data on the resource view -- before it overflowed the container, but was hidden:
Now it's wrapped:
Currently, long lines in the
<Code />
component can either overflow or cause unwanted resizes in flexbox containers.Before (25% zoom):
After (100% zoom):
You can also see this by looking at the occurrence data on the resource view -- before it overflowed the container, but was hidden:
Now it's wrapped: