Added padding on forms so action buttons don't overlap (#3501)

This commit is contained in:
Erik Jan de Wit 2022-10-11 13:12:04 +02:00 committed by GitHub
parent 558d67cd73
commit 349fe22024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -35,7 +35,6 @@ export const LogoutPanel = ({
isHorizontal
fineGrainedAccess={access?.configure}
role="manage-clients"
className="pf-u-pb-4xl"
>
<FormGroup
label={t("frontchannelLogout")}

View file

@ -4,6 +4,7 @@ img.keycloak__pageheader_brand {
.keycloak__form {
max-width: 1024px;
padding-bottom: var(--pf-global--spacer--4xl);
}
input[type="checkbox"] {