From ae8410560ab3e4ec40849a4efc5e3f302660f4db Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Sep 28 2018 08:12:23 +0000 Subject: Fix buttons next to PR title if it is long On the PR detail page, if a PR title was quite long and required two lines, the buttons on the right would wrap weirdly. This fixes this issue. Fixes #3696 --- diff --git a/pagure/templates/repo_pull_request.html b/pagure/templates/repo_pull_request.html index 6c01606..e5570f3 100644 --- a/pagure/templates/repo_pull_request.html +++ b/pagure/templates/repo_pull_request.html @@ -131,7 +131,7 @@ -
+
{% if g.authenticated and (g.fas_user.username == pull_request.user.username or g.repo_committer) and pull_request.status == 'Open'%} {% if pull_request.status == 'Open' and g.authenticated and