mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
fixed min-height of panel header and made org edit button selected on edit
This commit is contained in:
parent
e07c2643ee
commit
22e9ecdcfc
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user