Skip to content

Commit

Permalink
Removed fixed width
Browse files Browse the repository at this point in the history
No reason to have fixed width. Max width 700px from Tracy defaults is enough. For shorter packages names it creates big whitespace at right side.
  • Loading branch information
mabar authored Feb 28, 2018
1 parent b7bf7c9 commit 6d908c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/templates/Panel.panel.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ use Tracy\Helpers;
font-size: 85% !important;
}

.milo-VendorVersionsPanel .tracy-inner {
width: 500px;
}

.milo-VendorVersionsPanel table {
white-space: nowrap;
font: 9pt/1.5 Consolas,monospace !important;
Expand Down

0 comments on commit 6d908c2

Please sign in to comment.