Add overflow-x to submission pre.
This commit is contained in:
parent
e57f67a288
commit
35b04a57e1
1 changed files with 4 additions and 1 deletions
|
@ -48,12 +48,15 @@ body
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
.submission .text
|
||||
{
|
||||
color: #aaa;
|
||||
margin-left: 16px;
|
||||
}
|
||||
.submission pre
|
||||
{
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue