From 49e20c8f3976d0817c08fccb83542ff88e3bf3db Mon Sep 17 00:00:00 2001 From: Silas Rech Date: Thu, 31 Mar 2016 18:03:44 +0200 Subject: [PATCH] Fix padding Removes these bars showing: ![](https://puu.sh/o0Qe4/e345189a7e.png) --- static/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/application.css b/static/application.css index 152f222..5840451 100644 --- a/static/application.css +++ b/static/application.css @@ -42,7 +42,7 @@ textarea { border: 0px; outline: none; font-size: 13px; - padding-right: 360px; + padding-right: 0; } #box code {