From d22c39928d3b20c4d0054ffc282da58efbfeb728 Mon Sep 17 00:00:00 2001 From: Raghav Jajodia Date: Fri, 11 Aug 2017 11:23:42 +0530 Subject: [PATCH] Add option to edit domains --- website/templates/issue.html | 19 +++++++++++++------ website/views.py | 10 +++++++++- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/website/templates/issue.html b/website/templates/issue.html index afdf213e0..23cb66aff 100644 --- a/website/templates/issue.html +++ b/website/templates/issue.html @@ -56,7 +56,7 @@ margin-top: 10px; } input[name="description"] { - width: 700px !important; + width: 600px !important; } {% endblock %} {% block content %} @@ -81,8 +81,10 @@