Web:Client:Fixed the offset of the Comment text when editing it in the Details tab in the info panel.

This commit is contained in:
Vlada Gazizova 2024-02-29 13:32:13 +03:00
parent 1d20707edd
commit 2b3c484321

View File

@ -321,6 +321,10 @@ const StyledProperties = styled.div`
} }
} }
} }
.info_details_comments {
align-items: start;
}
`; `;
StyledInfoPanelBody.defaultProps = { theme: Base }; StyledInfoPanelBody.defaultProps = { theme: Base };