Merge pull request #2176 from koenpunt/gh-issue-1612
Fix for #1612 `overflow: auto` so content won't break layout
This commit is contained in:
commit
005f2eb9f0
|
@ -31,7 +31,7 @@
|
|||
.middle_box_content,
|
||||
.bottom_box_content {
|
||||
padding: 15px;
|
||||
|
||||
overflow: auto;
|
||||
pre {
|
||||
background: none !important;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue