From ec3380b7bcdf0c4a0b8c4879c44e8b82db9b20c3 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 13 Jan 2017 15:16:04 +0100 Subject: [PATCH] bar.css: resets some other CSS properties --- src/Tracy/assets/Bar/bar.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Tracy/assets/Bar/bar.css b/src/Tracy/assets/Bar/bar.css index 836daf6a9..b733acef9 100644 --- a/src/Tracy/assets/Bar/bar.css +++ b/src/Tracy/assets/Bar/bar.css @@ -6,6 +6,7 @@ #tracy-debug { display: none; direction: ltr; + line-height: 1.5; } body#tracy-debug { /* in popup window */ @@ -21,6 +22,7 @@ body #tracy-debug { #tracy-debug * { font: inherit; + line-height: inherit; color: inherit; background: transparent; margin: 0; @@ -32,6 +34,12 @@ body #tracy-debug { border-radius: 0; box-shadow: none; text-shadow: none; + box-sizing: border-box; + text-decoration: none; + text-transform: inherit; + white-space: inherit; + float: none; + clear: none; } #tracy-debug *:before @@ -93,6 +101,7 @@ body #tracy-debug { #tracy-debug pre, #tracy-debug code { font: 9pt/1.5 Consolas, monospace; + white-space: pre; } #tracy-debug table .tracy-right {