diff --git a/src/Tracy/Bar/assets/bar.css b/src/Tracy/Bar/assets/bar.css index d1b4e09a7..e7a90cbf6 100644 --- a/src/Tracy/Bar/assets/bar.css +++ b/src/Tracy/Bar/assets/bar.css @@ -18,7 +18,6 @@ border-radius: 0; box-shadow: none; text-shadow: none; - box-sizing: border-box; text-decoration: none; text-transform: inherit; white-space: inherit; @@ -28,6 +27,8 @@ min-width: initial; max-height: initial; min-height: initial; + all: revert; + box-sizing: border-box; } #tracy-debug *:not(svg):not(img):not(table) { @@ -40,6 +41,7 @@ #tracy-debug *:before, #tracy-debug *:after { all: unset; + all: revert; } #tracy-debug { @@ -57,6 +59,13 @@ body#tracy-debug { /* in popup window */ top: 0; } +#tracy-debug ul, +#tracy-debug ol, +#tracy-debug pre { + margin: 0; + padding: 0; +} + #tracy-debug b, #tracy-debug strong { font-weight: bold;