content is no longer blocked by toolbar (#3053)
This commit is contained in:
parent
c60c83b6cc
commit
d843fd5b4c
2 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@ export const ClientSettings = (props: ClientSettingsProps) => {
|
|||
|
||||
return (
|
||||
<ScrollForm
|
||||
className="pf-u-px-lg"
|
||||
className="pf-u-px-lg pf-u-pb-lg"
|
||||
sections={[
|
||||
{
|
||||
title: t("generalSettings"),
|
||||
|
|
|
@ -141,6 +141,7 @@ export const AdvancedSettings = ({ isOIDC, isSAML }: AdvancedSettingsProps) => {
|
|||
/>
|
||||
|
||||
<FormGroup
|
||||
className="pf-u-pb-3xl"
|
||||
label={t("syncMode")}
|
||||
labelIcon={
|
||||
<HelpItem
|
||||
|
|
Loading…
Reference in a new issue