Skip to content

Commit 32483ad

Browse files
committed
ContainerPanel: compatibility with Tracy 2.5
1 parent b36d041 commit 32483ad

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/Bridges/DITracy/templates/ContainerPanel.panel.phtml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ use Tracy\Helpers;
99

1010
?>
1111
<style class="tracy-debug">
12-
13-
#tracy-debug .nette-ContainerPanel .tracy-inner {
14-
width: 700px;
15-
}
16-
1712
#tracy-debug .nette-ContainerPanel table {
1813
width: 100%;
1914
white-space: nowrap;
@@ -27,13 +22,12 @@ use Tracy\Helpers;
2722
color: green;
2823
font-weight: bold;
2924
}
30-
3125
</style>
3226

33-
<div class="nette-ContainerPanel">
3427
<h1><?= get_class($container) ?></h1>
3528

36-
<div class="tracy-inner">
29+
<div class="tracy-inner nette-ContainerPanel">
30+
<div class="tracy-inner-container">
3731
<h2>Services</h2>
3832

3933
<table>

0 commit comments

Comments
 (0)