addressing PR issues

This commit is contained in:
Alex Corey 2019-05-03 14:26:19 -04:00
parent b8b2209335
commit 1200c23ebc
2 changed files with 2 additions and 2 deletions

View File

@ -321,7 +321,7 @@
display: flex
}
.awx-orgTabs_bottom-border{
.awx-orgTabs__bottom-border{
flex-grow: 1;
border-bottom: 1px solid #d2d2d2
}

View File

@ -157,7 +157,7 @@ class Organization extends Component {
/>
<CardCloseButton linkTo="/organizations" />
<div
className="awx-orgTabs_bottom-border"
className="awx-orgTabs__bottom-border"
/>
</div>
</React.Fragment>