mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Fix spacing between group schedule and breadcrumb bar
This commit is contained in:
parent
4097ce6d74
commit
deb9f5389f
@ -103,7 +103,7 @@ angular.module('inventory', [
|
||||
mode: 'edit'
|
||||
});
|
||||
html = generateList.wrapPanel(html);
|
||||
return generateList.insertFormView() + html;
|
||||
return "<div class='InventoryManage-container'>" + generateList.insertFormView() + html + "</div>";
|
||||
},
|
||||
controller: 'schedulerListController'
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
.InventoryManageBreadCrumbs{
|
||||
position: relative;
|
||||
height: auto;
|
||||
top: -40px;
|
||||
top: -36px;
|
||||
.BreadCrumb-list{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
.InventoryManage-container{
|
||||
margin-top: -40px;
|
||||
}
|
||||
margin-top: -36px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user