Skip to content

Commit

Permalink
ContainerPanel: compatibility with Tracy 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 24, 2018
1 parent a300c8b commit db5e2dc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/Bridges/DITracy/templates/ContainerPanel.panel.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ use Tracy\Helpers;

?>
<style class="tracy-debug">

#tracy-debug .nette-ContainerPanel .tracy-inner {
width: 700px;
}

#tracy-debug .nette-ContainerPanel table {
width: 100%;
white-space: nowrap;
Expand All @@ -26,13 +21,12 @@ use Tracy\Helpers;
color: green;
font-weight: bold;
}

</style>

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

<div class="tracy-inner">
<div class="tracy-inner nette-ContainerPanel">
<div class="tracy-inner-container">
<h2>Services</h2>

<table>
Expand Down

0 comments on commit db5e2dc

Please sign in to comment.