mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
fixed min-height of panel header and made org edit button selected on edit
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
padding-bottom: 25px;
|
||||
min-height: 40px;
|
||||
min-height: 45px;
|
||||
}
|
||||
|
||||
.Form-title--is_superuser{
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
<div class="OrgCards-actionItems">
|
||||
<button class="OrgCards-actionItem
|
||||
List-actionButton"
|
||||
ng-class="{'List-editButton--selected': activeCard === card.id || card.isActiveCard }"
|
||||
ng-click="editOrganization(card.id)">
|
||||
<i class="OrgCards-actionItemIcon fa fa-pencil">
|
||||
</i>
|
||||
|
||||
Reference in New Issue
Block a user