nette/application

Ugly look of Tracy routing bar

petrparolek opened this issue · 0 comments

Version: 3.1-dev

Bug Description

Tracy routing bar has ugly look

Steps To Reproduce

obrazek

Expected Behavior

obrazek

Possible Solution

index 61839780..c9808a50 100644
--- a/src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml
+++ b/src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml
@@ -45,6 +45,7 @@ use Tracy\Helpers;
        #tracy-debug .nette-RoutingPanel pre, #tracy-debug .nette-RoutingPanel code {
                display: inline;
                background: transparent;
+               white-space: nowrap;
        }
 
        #tracy-debug .nette-RoutingPanel-rel {