Fine-tuning in policy details page (#2969)

This commit is contained in:
Dominik Kawka 2022-07-25 12:09:47 +01:00 committed by GitHub
parent 8023b861b0
commit c73c3ee8a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View file

@ -114,7 +114,7 @@ export const ClientScope = () => {
)}
/>
{selectedScopes.length > 0 && (
<TableComposable>
<TableComposable variant="compact">
<Thead>
<Tr>
<Th>{t("clientScope")}</Th>

View file

@ -135,7 +135,7 @@ export const Group = () => {
)}
/>
{selectedGroups.length > 0 && (
<TableComposable>
<TableComposable variant="compact">
<Thead>
<Tr>
<Th>{t("groups")}</Th>

View file

@ -203,6 +203,7 @@ export default function PolicyDetails() {
<div className="pf-u-mt-md">
<Button
variant={ButtonVariant.primary}
className="pf-u-mr-md"
type="submit"
data-testid="save"
>

View file

@ -113,7 +113,7 @@ export const Role = () => {
)}
/>
{selectedRoles.length > 0 && (
<TableComposable>
<TableComposable variant="compact">
<Thead>
<Tr>
<Th>{t("roles")}</Th>

View file

@ -1,4 +1,4 @@
.pf-c-button.keycloak__client-authorization__policy-row-remove {
color: var(--pf-c-button--m-plain--Color);
}
}