From 64e35b1533233b77c3875002236af66cc43489ab Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Wed, 21 Dec 2022 23:36:55 +0530 Subject: [PATCH] Add proper padding for paste content Signed-off-by: baalajimaestro --- templates/paste.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/paste.html b/templates/paste.html index 1ae8beb..79ac439 100644 --- a/templates/paste.html +++ b/templates/paste.html @@ -11,7 +11,7 @@

Obsolute Paste

{% block content %} -
{{paste_content}}
+
 {{paste_content}} 
{% endblock content %}