From 11317dccd709868efdbb0fb0d1b37b8e7fa381e1 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Nov 30 2016 08:17:59 +0000 Subject: fix overflow issue with comment preview and pre the unutilized fieldset was causing issues when rendering the pre on issue comment previews. this patch removes that fieldset, making the pre in the comment preview scroll like what happens when the comment is posted. fixes #1600 --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index e37534b..7eef6ca 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -67,7 +67,6 @@
{% if authenticated and form %} -
-
Select files OR drag them into the comment field above.