Add overflow-x to submission pre.

master
Ethan Dalool 2020-02-25 10:38:49 -08:00
parent e57f67a288
commit 35b04a57e1
1 changed files with 4 additions and 1 deletions

View File

@ -48,12 +48,15 @@ body
padding: 5px;
}
.submission .text
{
color: #aaa;
margin-left: 16px;
}
.submission pre
{
overflow-x: auto;
}
a
{