Merge branch 'release/v2.0.0' of github.com:ONLYOFFICE/DocSpace-client into release/v2.0.0

This commit is contained in:
Dmitry Sychugov 2023-11-17 17:53:23 +05:00
commit 0b503bd7cd
2 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@ import Avatar from "@docspace/components/avatar";
import ComboBox from "@docspace/components/combobox";
import DefaultUserPhotoUrl from "PUBLIC_DIR/images/default_user_photo_size_82-82.png";
import toastr from "@docspace/components/toast/toastr";
import { isMobileOnly } from "react-device-detect";
import { isMobileOnly, isMobile } from "react-device-detect";
import { decode } from "he";
import { filterUserRoleOptions } from "SRC_DIR/helpers/utils";
import { getUserRole } from "@docspace/common/utils";
@ -260,7 +260,7 @@ const User = ({
options={userRoleOptions}
onSelect={onOptionClick}
scaled={false}
withBackdrop={isMobileOnly}
withBackdrop={isMobile}
size="content"
modernView
title={t("Common:Role")}

View File

@ -87,9 +87,7 @@ const StyledLinkRow = styled.div`
justify-content: space-between;
gap: 12px;
height: 100%;
position: relative;
background: ${(props) => props.theme.backgroundColor};
z-index: 1;
.external-row-link {
white-space: nowrap;