parent
78a8a4adc5
commit
36c5a671ea
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue