From 48fcf9521f796bc3b6e536545877a9ea2e37360d Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sun, 24 Nov 2019 23:47:59 -0500 Subject: removed max-width, larger dialog removed messages in output now that there's a full report --- src/resources/markdown.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/resources') diff --git a/src/resources/markdown.html b/src/resources/markdown.html index 1ecaf1b9..bd6d0f4d 100644 --- a/src/resources/markdown.html +++ b/src/resources/markdown.html @@ -18,7 +18,6 @@ font-family: Sans-serif; color: #F1F1F1; line-height: 1; - max-width: 960px; padding-left: 10px; padding-top: 0px; } @@ -72,11 +71,9 @@ p, ul, ol { font-size: 14px; line-height: 24px; - max-width: 540px; } pre { padding: 0px 24px; - max-width: 800px; white-space: pre-wrap; } code { @@ -93,7 +90,6 @@ border-left:.5em solid #eee; padding: 0 2em; margin-left:0; - max-width: 476px; } blockquote cite { font-size:14px; @@ -106,7 +102,6 @@ blockquote p { color: #666; - max-width: 460px; } hr { width: 540px; -- cgit v1.3.1