Learn more about these different git repos.
Other Git URLs
ae84105
@@ -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
:thumbsup:
rebased onto ae84105
Pull-Request has been merged by pingou
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