From 59d70ee1dfb29541a30d886ae152401dc7a35156 Mon Sep 17 00:00:00 2001 From: Daniel Ruf <827205+DanielRuf@users.noreply.github.com> Date: Wed, 17 Jul 2019 19:31:49 +0200 Subject: [PATCH] fix: remove duplicate line-height property (#3957) --- mocha.css | 1 - 1 file changed, 1 deletion(-) diff --git a/mocha.css b/mocha.css index ec96b003c9..4ca8fcb897 100644 --- a/mocha.css +++ b/mocha.css @@ -139,7 +139,6 @@ body { #mocha .test .html-error { overflow: auto; color: black; - line-height: 1.5; display: block; float: left; clear: left;