Fix padding

Removes these bars showing:

![](https://puu.sh/o0Qe4/e345189a7e.png)
This commit is contained in:
Silas Rech 2016-03-31 18:03:44 +02:00
parent 0209375865
commit 49e20c8f39
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ textarea {
border: 0px; border: 0px;
outline: none; outline: none;
font-size: 13px; font-size: 13px;
padding-right: 360px; padding-right: 0;
} }
#box code { #box code {