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:
Riyad Preukschas 2012-12-04 16:40:08 -08:00
commit 005f2eb9f0

View file

@ -31,7 +31,7 @@
.middle_box_content, .middle_box_content,
.bottom_box_content { .bottom_box_content {
padding: 15px; padding: 15px;
overflow: auto;
pre { pre {
background: none !important; background: none !important;
margin: 0; margin: 0;