From b8c7861682bbd2ff5eae52a52c571dbb2f501909 Mon Sep 17 00:00:00 2001 From: sallyx Date: Thu, 5 Nov 2015 10:17:33 +0100 Subject: [PATCH] bar.css: fixed width of H1 [Closes #124] --- src/Tracy/assets/Bar/bar.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Tracy/assets/Bar/bar.css b/src/Tracy/assets/Bar/bar.css index 0ab14b735..d132ecee2 100644 --- a/src/Tracy/assets/Bar/bar.css +++ b/src/Tracy/assets/Bar/bar.css @@ -190,6 +190,8 @@ body #tracy-debug { color: #575753; margin: -5px -5px 5px; padding: 0 25px 5px 5px; + max-width: 700px; + word-wrap: break-word; } #tracy-debug .tracy-mode-peek .tracy-inner, #tracy-debug .tracy-mode-float .tracy-inner {