From 33a952f390edfbac159df341ced8dfb7d2cc5887 Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Mon, 22 Dec 2014 15:54:01 -0600 Subject: [PATCH] Fix line-height --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index d068bb3..3675c11 100644 --- a/static/style.css +++ b/static/style.css @@ -498,7 +498,7 @@ body { white-space: pre; } .log--collapse .log__message > span { - height : 15px; + height: 13px; } .log__json { white-space: pre-wrap;