mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[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:
parent
cc40d64e24
commit
0c79cdcb31
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ blockquote cite > div {
|
|||
text-transform: uppercase;
|
||||
border-bottom: 1px solid transparent;
|
||||
margin-bottom: 0;
|
||||
padding: 3px 3px 0 3px;
|
||||
padding: 3px;
|
||||
font-size: 0.8em !important;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Reference in a new issue