[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
This commit is contained in:
Louis7777 2017-05-04 20:04:11 +03:00
parent cc40d64e24
commit 0c79cdcb31

View file

@ -501,7 +501,7 @@ blockquote cite > div {
text-transform: uppercase; text-transform: uppercase;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
margin-bottom: 0; margin-bottom: 0;
padding: 3px 3px 0 3px; padding: 3px;
font-size: 0.8em !important; font-size: 0.8em !important;
font-weight: bold; font-weight: bold;
display: block; display: block;