Merge branch 'master' into refactoring/text-heading

This commit is contained in:
Daniil Senkiv 2019-12-10 17:13:46 +03:00
commit f8be196b8b
5 changed files with 12 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "asc-web-common",
"version": "1.0.13",
"version": "1.0.14",
"description": "Ascensio System SIA common components and solutions library",
"license": "AGPL-3.0",
"files": [

View File

@ -1,6 +1,6 @@
{
"name": "asc-web-components",
"version": "1.0.222",
"version": "1.0.226",
"description": "Ascensio System SIA component library",
"license": "AGPL-3.0",
"main": "dist/asc-web-components.js",

View File

@ -42,6 +42,7 @@ const CloseButton = styled.a`
`;
const DropZoneContainer = styled.div`
box-sizing: border-box;
display: block;
width: 100%;
height: 300px;

View File

@ -10,7 +10,7 @@ const StyledArticleBody = styled.div`
height: 100%;
.people-tree-menu{
margin-right: 20px;
margin-right: 30px;
}
`;

File diff suppressed because one or more lines are too long