mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
add bottom border to org tabs
This commit is contained in:
@@ -148,19 +148,17 @@ class Organization extends Component {
|
||||
<I18n>
|
||||
{({ i18n }) => (
|
||||
<React.Fragment>
|
||||
<div className="orgTabsContainer">
|
||||
<div className="awx-orgTabs-container">
|
||||
<RoutedTabs
|
||||
className="orgTabsSection"
|
||||
match={match}
|
||||
history={history}
|
||||
labeltext={i18n._(t`Organization detail tabs`)}
|
||||
tabsArray={tabsArray}
|
||||
/>
|
||||
<CardCloseButton linkTo="/organizations" />
|
||||
<div
|
||||
className="orgTabsSection"
|
||||
>
|
||||
<CardCloseButton linkTo="/organizations" />
|
||||
</div>
|
||||
className="awx-orgTabs_bottom-border"
|
||||
/>
|
||||
</div>
|
||||
</React.Fragment>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user