diff --git a/src/components/help-enabler/HelpHeader.tsx b/src/components/help-enabler/HelpHeader.tsx index b844bd8c22..18b46cf3b4 100644 --- a/src/components/help-enabler/HelpHeader.tsx +++ b/src/components/help-enabler/HelpHeader.tsx @@ -12,9 +12,10 @@ import { ExternalLinkAltIcon, HelpIcon } from "@patternfly/react-icons"; import React, { createContext, FunctionComponent, useState } from "react"; import { useTranslation } from "react-i18next"; import useRequiredContext from "../../utils/useRequiredContext"; -import "./help-header.css"; import helpUrls from "../../help-urls"; +import "./help-header.css"; + type HelpContextProps = { enabled: boolean; toggleHelp: () => void; diff --git a/src/components/help-enabler/help-header.css b/src/components/help-enabler/help-header.css index 44029ad2f8..406f42ca8c 100644 --- a/src/components/help-enabler/help-header.css +++ b/src/components/help-enabler/help-header.css @@ -1,6 +1,6 @@ -.keycloak_help-header-description { +div.keycloak_help-header-description { padding-top: var(--pf-global--spacer--lg); overflow-wrap: break-word; white-space: normal;