From 6d908c23064a65cb28a0ca200e8c2dca1c156bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Wed, 28 Feb 2018 01:48:07 +0100 Subject: [PATCH] Removed fixed width 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. --- src/templates/Panel.panel.phtml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/templates/Panel.panel.phtml b/src/templates/Panel.panel.phtml index 4e897e5..2c43cd9 100644 --- a/src/templates/Panel.panel.phtml +++ b/src/templates/Panel.panel.phtml @@ -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;