From 3e971bd1f8463e0e3d416b891458af55c24077b8 Mon Sep 17 00:00:00 2001 From: Louis7777 Date: Wed, 3 May 2017 04:00:33 +0300 Subject: [ticket/15212] Fix code box double horizontal scrollbars The code box has two overflow properties set, one on the code element and one on the parent div container, causing double horizontal scrollbars. PHPBB3-15212 --- phpBB/styles/prosilver/theme/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 78ecb23568..058f0178d1 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -516,7 +516,7 @@ blockquote .codebox { display: block; height: auto; max-height: 200px; - padding: 8px 3px 5px 3px; + padding: 8px 3px; font: 0.9em Monaco, "Andale Mono","Courier New", Courier, monospace; line-height: 1.3em; } -- cgit v1.2.1