added tag to make sure we override (#2783)

fixes: #2767
This commit is contained in:
Erik Jan de Wit 2022-06-11 16:13:06 +02:00 committed by GitHub
parent 78a8a4adc5
commit 36c5a671ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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;

View file

@ -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;