#3745 fix all-around sidebar heading borders
Merged 5 years ago by pingou. Opened 5 years ago by ryanlerch.
ryanlerch/pagure sidebar-heading-borders  into  master

file modified
+1 -1
@@ -595,7 +595,7 @@ 

  

      {% if issue.related_prs %}

        <div class="mt-3">

-           <h5 class="d-flex align-items-center font-weight-bold border border-bottom">

+           <h5 class="d-flex align-items-center font-weight-bold border-bottom">

                <div class="py-2 text-uppercase font-size-09">

                  Related Pull Requests

                  <span class="badge badge-secondary badge-pill font-size-09 ml-1">{{subscribers|count}}</span>

@@ -163,7 +163,7 @@ 

    {% if g.repo_user and not type or type == 'new' %}

    <div class="col-md-4">

      <div class="mb-4">

-         <h5 class="d-flex align-items-center font-weight-bold border border-bottom">

+         <h5 class="d-flex align-items-center font-weight-bold border-bottom mb-4">

            <div class="py-2 text-uppercase font-size-09">Metadata</div>

          </h5>

  

Previously, on some of the sidebar headers on issue-related
pages had borders all around the heading, rather than just on
the bottom.

This fixes this for the related prs heading on issues page, and
the metadata heading on the new issue page.

Fixes: #3744

rebased onto cd8cdd6

5 years ago

Pull-Request has been merged by pingou

5 years ago