From 6cff5302980216b5227af25dcb4e9d1426cc66b1 Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Tue, 21 Apr 2020 21:17:28 -0400 Subject: [PATCH] fix pre width --- docs/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.css b/docs/docs.css index 5cfd284..dc897cc 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -142,6 +142,6 @@ button.active { } pre code { - width: 100%; + width: auto; } }