Current behavior:
Routes can overrun the hover box as shown in the screenshot below:

Desired behavior:
The background expands to fit routes up to a certain higher width (say 300 px or something like that).
For routes that are longer, they wrap to multiple lines using something like
word-wrap: break-word;
Steps to reproduce: (app code and test code)
- Alias a route that has a long chunk of text with no characters that trigger a line break
- Run your tests
- Hover over the yellow alias name
- Observe that the route name extends beyond the edge of the background
Versions
Cypress 3.1.3
Chrome
Windows 10
Current behavior:
Routes can overrun the hover box as shown in the screenshot below:

Desired behavior:
The background expands to fit routes up to a certain higher width (say 300 px or something like that).
For routes that are longer, they wrap to multiple lines using something like
word-wrap: break-word;
Steps to reproduce: (app code and test code)
Versions
Cypress 3.1.3
Chrome
Windows 10