diff --git a/products/ASC.People/Client/src/pages/ProfileAction/Section/Body/avatarEditorPage.js b/products/ASC.People/Client/src/pages/ProfileAction/Section/Body/avatarEditorPage.js index 6f5724b1f3..50d9b2041b 100644 --- a/products/ASC.People/Client/src/pages/ProfileAction/Section/Body/avatarEditorPage.js +++ b/products/ASC.People/Client/src/pages/ProfileAction/Section/Body/avatarEditorPage.js @@ -22,7 +22,8 @@ const dialogsDataset = { }; const AvatarEditorBody = styled.div` - margin-bottom: 24px; + margin-right: 6px; + //margin-bottom: 24px; `; class AvatarEditorPage extends React.PureComponent {