Added padding on forms so action buttons don't overlap (#3501)
This commit is contained in:
parent
558d67cd73
commit
349fe22024
2 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,6 @@ export const LogoutPanel = ({
|
|||
isHorizontal
|
||||
fineGrainedAccess={access?.configure}
|
||||
role="manage-clients"
|
||||
className="pf-u-pb-4xl"
|
||||
>
|
||||
<FormGroup
|
||||
label={t("frontchannelLogout")}
|
||||
|
|
|
@ -4,6 +4,7 @@ img.keycloak__pageheader_brand {
|
|||
|
||||
.keycloak__form {
|
||||
max-width: 1024px;
|
||||
padding-bottom: var(--pf-global--spacer--4xl);
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
|
|
Loading…
Reference in a new issue