mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Fix border bottom on tabs
This commit is contained in:
parent
0a5f29ad22
commit
f185d80b05
@ -53,15 +53,11 @@ class Template extends Component {
|
||||
const cardHeader = (contentLoading ? null
|
||||
: (
|
||||
<CardHeader style={{ padding: 0 }}>
|
||||
<Fragment>
|
||||
<div css="display: flex;">
|
||||
<RoutedTabs
|
||||
history={history}
|
||||
tabsArray={tabsArray}
|
||||
/>
|
||||
<CardCloseButton linkTo="/templates" />
|
||||
</div>
|
||||
</Fragment>
|
||||
</CardHeader>
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user