#3741 correctly align edit button for groups in repo settings
Merged 5 years ago by pingou. Opened 5 years ago by ryanlerch.
ryanlerch/pagure user-groups-edit-buttons  into  master

@@ -514,7 +514,7 @@ 

                                  username=username,

                                  namespace=repo.namespace)

                                  }}?group={{ group.group_name }}">

-                               <button class="btn btn-default btn-sm pull-xs-right" title="Update Group Access" >

+                               <button class="btn btn-default btn-sm pull-right" title="Update Group Access" >

                                <i class="fa fa-pencil"></i>

                                </button>

                              </a>

Previously, the edit button for editing a group in the
Users & Groups settings page was incorrectly aligned to the
left. This fixes it so it is aligned to the right, like theother buttons.

Fixes: #3715

rebased onto cf820b3

5 years ago

Pull-Request has been merged by pingou

5 years ago