diff --git a/products/ASC.Files/Client/src/components/pages/VersionHistory/Section/Body/VersionRow.js b/products/ASC.Files/Client/src/components/pages/VersionHistory/Section/Body/VersionRow.js index a44b40df87..4b98b05f18 100644 --- a/products/ASC.Files/Client/src/components/pages/VersionHistory/Section/Body/VersionRow.js +++ b/products/ASC.Files/Client/src/components/pages/VersionHistory/Section/Body/VersionRow.js @@ -158,6 +158,12 @@ const StyledRow = styled(Row)` .version_edit-comment-button-second { width: 87px; } + .version_modal-dialog > div > aside > div > div > div > div:first-child { + border-bottom: unset; + } + .version_modal-dialog > div > aside > div > div > div > div:nth-child(2) { + margin-top: -24px; + } `; const VersionRow = (props) => { @@ -303,6 +309,7 @@ const VersionRow = (props) => { style={{ margin: "8px 24px 8px 0" }} //placeholder="Add comment" onChange={onChange} + heightTextArea={298} value={commentValue} /> @@ -310,7 +317,7 @@ const VersionRow = (props) => {