address pr issues

This commit is contained in:
Alex Corey
2019-05-01 11:05:29 -04:00
parent c4a4275a89
commit f704f320b5
7 changed files with 37 additions and 27 deletions

View File

@@ -238,6 +238,7 @@ class AddResourceRole extends React.Component {
return (
<Wizard
style={{ overflow: 'scroll' }}
isOpen
onNext={this.handleWizardNext}
onClose={onClose}

View File

@@ -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;
}
}