mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
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>
|
||||
<RoutedTabs
|
||||
history={history}
|
||||
tabsArray={tabsArray}
|
||||
/>
|
||||
<CardCloseButton linkTo="/templates" />
|
||||
</CardHeader>
|
||||
)
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user