rode / rode-ui

User Interface application for rode that enables metadata discovery and policy creation/evaluation.
http://liatrio.com
Apache License 2.0
4 stars 1 forks source link

Wrap long lines in <Code /> component #169

Closed alexashley closed 3 years ago

alexashley commented 3 years ago

Currently, long lines in the <Code /> component can either overflow or cause unwanted resizes in flexbox containers.

Before (25% zoom):

Screen Shot 2021-09-14 at 9 32 40 AM

After (100% zoom):

Screen Shot 2021-09-14 at 9 31 58 AM

You can also see this by looking at the occurrence data on the resource view -- before it overflowed the container, but was hidden:

Screen Shot 2021-09-14 at 9 30 07 AM

Now it's wrapped:

Screen Shot 2021-09-14 at 9 29 59 AM