Skip to content

Commit

Permalink
bar: tables are 100% width (BC break)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 6, 2018
1 parent c27f2f8 commit d53b9c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions src/Tracy/assets/Bar/bar.css
Expand Up @@ -85,6 +85,7 @@ body#tracy-debug { /* in popup window */
#tracy-debug table {
border-collapse: collapse;
background: #FDF5CE;
width: 100%;
}

#tracy-debug tr:nth-child(2n) td {
Expand Down
3 changes: 0 additions & 3 deletions src/Tracy/assets/Bar/info.panel.phtml
Expand Up @@ -57,9 +57,6 @@ if (class_exists('Composer\Autoload\ClassLoader', false)) {

?>
<style class="tracy-debug">
#tracy-debug .tracy-InfoPanel table {
width: 100%;
}
#tracy-debug .tracy-InfoPanel td {
white-space: nowrap;
}
Expand Down

0 comments on commit d53b9c3

Please sign in to comment.