From d16423f44fc25c0f47060730e9d80aec62815cc1 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Thu, 9 Nov 2017 09:12:40 +0100 Subject: [PATCH] feat(styles): fix pre width --- website/src/styles/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/styles/index.scss b/website/src/styles/index.scss index c23783a..3bf2c4c 100644 --- a/website/src/styles/index.scss +++ b/website/src/styles/index.scss @@ -28,6 +28,7 @@ p{ } pre{ + width: 100%; margin: 0; padding: 0; }