Management: fixed bug

This commit is contained in:
DmitrySychugov 2023-10-18 16:34:06 +05:00
parent 5b52e8578f
commit 0b0544c818
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ const SpacesRoomRow = ({ item }: TRow) => {
onClick: () => window.open(`${protocol}//${item.domain}/`, "_blank"),
},
{
label: t("Common:SettingsDocSpace"),
label: t("Common:Settings"),
key: "space_settings",
icon: CatalogSettingsReactSvgUrl,
onClick: () =>

View File

@ -118,7 +118,7 @@ const CreatePortalDialog = () => {
placeholder={t("EnterName")}
className="create-docspace-input"
/>
<div style={{ marginTop: "6px" }}>
<div style={{ marginTop: "6px", wordWrap: "break-word" }}>
<Text
fontSize="12px"
fontWeight="400"