mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +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
234a6f1256
commit
3e971bd1f8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue