#3767 Fix buttons next to PR title if it is long
Merged 6 years ago by pingou. Opened 6 years ago by ryanlerch.
ryanlerch/pagure long-pr-title-overflow  into  master

@@ -131,7 +131,7 @@ 

  

  

        </h4>

-     <div class="ml-auto">

+     <div class="ml-auto d-flex">

          {% 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

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

rebased onto ae84105

6 years ago

Pull-Request has been merged by pingou

6 years ago