diff --git a/portal/src/graphql/portal/LocalizationConfigurationScreen.module.css b/portal/src/graphql/portal/LocalizationConfigurationScreen.module.css index cfe5d537cb..f579ddab3a 100644 --- a/portal/src/graphql/portal/LocalizationConfigurationScreen.module.css +++ b/portal/src/graphql/portal/LocalizationConfigurationScreen.module.css @@ -1,4 +1,4 @@ -.titleContainer { +.descriptionContainer { display: flex; flex-direction: row; justify-content: space-between; diff --git a/portal/src/graphql/portal/LocalizationConfigurationScreen.tsx b/portal/src/graphql/portal/LocalizationConfigurationScreen.tsx index 62218e96df..76234c06ee 100644 --- a/portal/src/graphql/portal/LocalizationConfigurationScreen.tsx +++ b/portal/src/graphql/portal/LocalizationConfigurationScreen.tsx @@ -1,6 +1,7 @@ import React, { useCallback, useContext, useMemo, useState } from "react"; import { useParams } from "react-router-dom"; import { Pivot, PivotItem } from "@fluentui/react"; +import cn from "classnames"; import { Context, FormattedMessage } from "@oursky/react-messageformat"; import ShowLoading from "../../ShowLoading"; import ShowError from "../../ShowError"; @@ -677,11 +678,15 @@ const ResourcesConfigurationContent: React.VFC -
- - - + + + +
+ + +
- - - {/* Code editors might incorrectly fire change events when changing language Set key to selectedLanguage to ensure code editors always remount */}