Merge pull request #531 from ONLYOFFICE/bugfix/68472

Fix Bug 68472: Too wide groups dropdown
This commit is contained in:
Ilya Oleshko 2024-06-27 14:32:20 +03:00 committed by GitHub
commit d00637f016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -386,6 +386,8 @@ const InsideGroupTableRow = (props) => {
modernView
manualWidth={"fit-content"}
isLoading={isLoading}
optionStyle={{ maxWidth: "400px" }}
textOverflow
/>
);

View File

@ -390,6 +390,8 @@ const PeopleTableRow = (props) => {
modernView
manualWidth={"fit-content"}
isLoading={isLoading}
optionStyle={{ maxWidth: "400px" }}
textOverflow
/>
);