Fix Bug 61073: Implement the ability to copy text in the About window

This commit is contained in:
Viktor Fomin 2023-08-22 14:44:24 +03:00
parent 156c84e412
commit 0f9e407af9

View File

@ -12,6 +12,7 @@ import { getLogoFromPath } from "@docspace/common/utils";
const StyledAboutBody = styled.div`
width: 100%;
user-select: text;
.avatar {
margin-top: ${!isMobile ? "0px" : "32px"};