Web:Fixed small comment width in version panel.

This commit is contained in:
Vlada Gazizova 2023-04-18 20:38:46 +03:00
parent c3725e3099
commit b5afcf7fe0
3 changed files with 4 additions and 2 deletions

View File

@ -163,8 +163,9 @@ const StyledVersionRow = styled(Row)`
display: block;
}
.textarea-desktop {
.textarea-wrapper {
margin: 9px 23px 1px -7px;
width: 100%;
}
.version_content-length {

View File

@ -171,7 +171,7 @@ const VersionRow = (props) => {
{showEditPanel && (
<>
<Textarea
className="version_edit-comment textarea-desktop"
className="version_edit-comment"
onChange={onChange}
fontSize={12}
heightTextArea={54}

View File

@ -87,6 +87,7 @@ const Textarea = ({
return (
<Wrapper
className="textarea-wrapper"
isJSONField={isJSONField}
onFocus={isJSONField ? onTextareaClick : undefined}
>