Add translation and small css tweaks

This commit is contained in:
Marliana Lara
2019-01-07 11:15:11 -05:00
parent f76e9bddf9
commit 2d3152ef41
3 changed files with 3 additions and 4 deletions

View File

@@ -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;
} }

View File

@@ -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;
} }

View File

@@ -79,7 +79,7 @@ const OrganizationDetail = ({
currentTab={currentTab} currentTab={currentTab}
breadcrumb={parentBreadcrumbObj} breadcrumb={parentBreadcrumbObj}
> >
{getTabName(tab)} <Trans>{getTabName(tab)}</Trans>
</Tab> </Tab>
))} ))}
</Tabs> </Tabs>