We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832f223 commit 95fe794Copy full SHA for 95fe794
1 file changed
src/Bridges/ApplicationTracy/templates/RoutingPanel.panel.phtml
@@ -9,7 +9,6 @@ use Tracy\Dumper;
9
10
?>
11
<style class="tracy-debug">
12
-
13
#tracy-debug .nette-RoutingPanel table {
14
font: 9pt/1.5 Consolas, monospace;
15
}
@@ -26,10 +25,8 @@ use Tracy\Dumper;
26
25
display: inline;
27
background: transparent;
28
29
30
</style>
31
32
-<div class="nette-RoutingPanel">
33
<h1>
34
<?php if (empty($request)): ?>
35
no route
@@ -38,7 +35,8 @@ use Tracy\Dumper;
38
<?php endif ?>
39
36
</h1>
40
37
41
-<div class="tracy-inner">
+<div class="tracy-inner nette-RoutingPanel">
+<div class="tracy-inner-container">
42
<?php if (empty($routers)): ?>
43
<p>No routers defined.</p>
44
0 commit comments