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 React, { createContext, FunctionComponent, useState } from "react";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import useRequiredContext from "../../utils/useRequiredContext";
|
import useRequiredContext from "../../utils/useRequiredContext";
|
||||||
import "./help-header.css";
|
|
||||||
import helpUrls from "../../help-urls";
|
import helpUrls from "../../help-urls";
|
||||||
|
|
||||||
|
import "./help-header.css";
|
||||||
|
|
||||||
type HelpContextProps = {
|
type HelpContextProps = {
|
||||||
enabled: boolean;
|
enabled: boolean;
|
||||||
toggleHelp: () => void;
|
toggleHelp: () => void;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
|
|
||||||
.keycloak_help-header-description {
|
div.keycloak_help-header-description {
|
||||||
padding-top: var(--pf-global--spacer--lg);
|
padding-top: var(--pf-global--spacer--lg);
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
|
Loading…
Reference in a new issue