mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 07:51:23 -03:30
addressing PR issues
This commit is contained in:
parent
b8b2209335
commit
1200c23ebc
@ -321,7 +321,7 @@
|
||||
display: flex
|
||||
}
|
||||
|
||||
.awx-orgTabs_bottom-border{
|
||||
.awx-orgTabs__bottom-border{
|
||||
flex-grow: 1;
|
||||
border-bottom: 1px solid #d2d2d2
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user