Skip to content
Snippets Groups Projects
Commit f339163c authored by chris's avatar chris
Browse files

comment override

parent 1b8bea13
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ import { last, maxBy } from 'lodash';
import styled from 'styled-components';
import { WaxContext, DocumentHelpers } from 'wax-prosemirror-core';
import { v4 as uuidv4 } from 'uuid';
import { override } from '@pubsweet/ui-toolkit';
import CommentBox from './ui/comments/CommentBox';
const ConnectedCommentStyled = styled.div`
......@@ -15,6 +16,8 @@ const ConnectedCommentStyled = styled.div`
@media (max-width: 600px) {
margin-left: 15px;
}
${override('Wax.CommentOuterBox')}
`;
export default ({ comment, top, commentId, recalculateTops }) => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment