From 50c6802a6e2f1b07558eebeda25b2860fe6f26ae Mon Sep 17 00:00:00 2001 From: fatchan Date: Sun, 20 Oct 2019 11:26:37 +0000 Subject: [PATCH] max-content for code block width --- gulp/res/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index b372202c..031f338c 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -93,6 +93,7 @@ pre { padding: 2px; font-family: monospace; max-width: max-content; + max-width: -moz-max-content; } .text-center { text-align: center;