overflow: auto so content won't break layout #1612
This commit is contained in:
parent
e376f31507
commit
61140b71cd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue