From f0481f28f089754d275997fe7b158f5078dad0e9 Mon Sep 17 00:00:00 2001 From: Fabien Bourigault Date: Thu, 4 May 2017 12:52:53 +0200 Subject: [PATCH] display horizontal scrollbar when necessary for profiler messages --- Resources/public/style/httplug.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/public/style/httplug.css b/Resources/public/style/httplug.css index 318d6ec4..ac7ccc17 100644 --- a/Resources/public/style/httplug.css +++ b/Resources/public/style/httplug.css @@ -25,8 +25,7 @@ padding: 5px; flex: 1; margin: 5px; - overflow: hidden; - text-overflow: ellipsis; + overflow-x: auto; white-space: nowrap; }