This commit is contained in:
Nikita Gopienko 2019-12-19 09:59:21 +03:00
commit 082c3b4576
3 changed files with 7 additions and 3 deletions

View File

@ -26,6 +26,7 @@ const getFormatedGroups = (user, status) => {
if (temp.length <= 1) {
return (
<Link
isTextOverflow={true}
containerWidth='160px'
type='action'
title={temp[0].label}

View File

@ -80,7 +80,7 @@ const Body = ({ language }) => {
}, [language]);
const gitHub = "GitHub";
const license = "GNU GPL v.3";
const license = "AGPL-3.0";
const link = "www.onlyoffice.com";
const phone = "+371 660-16425";
const supportLink = "support@onlyoffice.com";

View File

@ -42,10 +42,12 @@ const StyledComponent = styled.div`
}
.dropdown-item-width {
& > div:first-child {
div:first-child{
& > div:last-child {
& > div:first-child {
div{
max-width: 100%;
}
}
}
}
`;
@ -191,6 +193,7 @@ class Customization extends React.Component {
scaled={true}
scaledOptions={true}
dropDownMaxHeight={300}
className='dropdown-item-width'
/>
</FieldContainer>