content is no longer blocked by toolbar (#3053)

This commit is contained in:
Dominik Kawka 2022-08-04 13:54:33 +01:00 committed by GitHub
parent c60c83b6cc
commit d843fd5b4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@ export const ClientSettings = (props: ClientSettingsProps) => {
return ( return (
<ScrollForm <ScrollForm
className="pf-u-px-lg" className="pf-u-px-lg pf-u-pb-lg"
sections={[ sections={[
{ {
title: t("generalSettings"), title: t("generalSettings"),

View file

@ -141,6 +141,7 @@ export const AdvancedSettings = ({ isOIDC, isSAML }: AdvancedSettingsProps) => {
/> />
<FormGroup <FormGroup
className="pf-u-pb-3xl"
label={t("syncMode")} label={t("syncMode")}
labelIcon={ labelIcon={
<HelpItem <HelpItem