From 484fb76611e1a48d3d90a3e6fee845e5b85d5700 Mon Sep 17 00:00:00 2001 From: MatthiasSaihttam Date: Mon, 10 May 2021 14:21:15 -0400 Subject: [PATCH] CSS Tweaks for code blocks and media --- main/static/main/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/static/main/main.css b/main/static/main/main.css index 759b6ff..8beb99f 100644 --- a/main/static/main/main.css +++ b/main/static/main/main.css @@ -102,7 +102,7 @@ textarea, input[type="text"], input[type="password"] { .text pre { display: inline-block; /*Code blocks need to be inline-block*/ - overflow-x: scroll; + overflow-x: auto; max-width: 100%; } @@ -131,6 +131,7 @@ a { max-width: calc(100% - 20px); max-height: 500px; margin: 10px; + display: block; } .extended-text {