mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
address pr issues
This commit is contained in:
@@ -238,6 +238,7 @@ class AddResourceRole extends React.Component {
|
||||
|
||||
return (
|
||||
<Wizard
|
||||
style={{ overflow: 'scroll' }}
|
||||
isOpen
|
||||
onNext={this.handleWizardNext}
|
||||
onClose={onClose}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
margin-right: 20px;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
|
||||
.awx-selectableCard__indicator {
|
||||
display: flex;
|
||||
@@ -16,7 +17,6 @@
|
||||
flex: 1;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user