nette / application

🏆 A full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.

Home Page:https://doc.nette.org/application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ugly look of Tracy routing bar

petrparolek opened this issue · 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 {