mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Add translation and small css tweaks
This commit is contained in:
parent
f76e9bddf9
commit
2d3152ef41
@ -56,7 +56,7 @@
|
||||
// page header overrides
|
||||
//
|
||||
|
||||
.pf-l-page__main-section.pf-m-condensed {
|
||||
.pf-c-page__main-section.pf-m-condensed {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
@ -6,8 +6,7 @@
|
||||
|
||||
.pf-c-card__header {
|
||||
--pf-c-card__header--PaddingBottom: 0;
|
||||
--pf-c-card__header--PaddingLeft: 0;
|
||||
--pf-c-card__header--PaddingRight: 0;
|
||||
--pf-c-card__header--PaddingX: 0;
|
||||
--pf-c-card__header--PaddingTop: 0;
|
||||
}
|
||||
|
||||
|
||||
@ -79,7 +79,7 @@ const OrganizationDetail = ({
|
||||
currentTab={currentTab}
|
||||
breadcrumb={parentBreadcrumbObj}
|
||||
>
|
||||
{getTabName(tab)}
|
||||
<Trans>{getTabName(tab)}</Trans>
|
||||
</Tab>
|
||||
))}
|
||||
</Tabs>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user