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