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 b36d041 commit 32483adCopy full SHA for 32483ad
src/Bridges/DITracy/templates/ContainerPanel.panel.phtml
@@ -9,11 +9,6 @@ use Tracy\Helpers;
9
10
?>
11
<style class="tracy-debug">
12
-
13
- #tracy-debug .nette-ContainerPanel .tracy-inner {
14
- width: 700px;
15
- }
16
17
#tracy-debug .nette-ContainerPanel table {
18
width: 100%;
19
white-space: nowrap;
@@ -27,13 +22,12 @@ use Tracy\Helpers;
27
22
color: green;
28
23
font-weight: bold;
29
24
}
30
31
25
</style>
32
26
33
-<div class="nette-ContainerPanel">
34
<h1><?= get_class($container) ?></h1>
35
36
-<div class="tracy-inner">
+<div class="tracy-inner nette-ContainerPanel">
+<div class="tracy-inner-container">
37
<h2>Services</h2>
38
39
<table>
0 commit comments