1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 11:31:22 +00:00

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

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 {