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

css fix

parent a3d1dcc5
No related branches found
No related tags found
1 merge request!232feat(custom-tag-block): added custom-tag-block
......@@ -413,17 +413,21 @@ export default css`
color: #006f19;
}
custom-tag-block {
display: block;
margin-top: 1em;
}
custom-tag-block:before {
color: #006f19;
content: '"';
content: '|';
display: inline;
font-weight: 600;
margin-left: 0;
}
custom-tag-block:after {
color: #006f19;
content: '"';
content: '|';
display: inline;
font-weight: 600;
}
......
......@@ -11,7 +11,6 @@ import { grid, th } from '@pubsweet/ui-toolkit';
import { WaxContext } from 'wax-prosemirror-core';
import { DocumentHelpers } from 'wax-prosemirror-utilities';
import { v4 as uuidv4 } from 'uuid';
import Icon from '../../helpers/Icon';
const IconRemove = styled(Icon)`
......
......@@ -8,7 +8,7 @@ const Wrapper = styled.div`
padding: 8px;
> div:not(:last-child) {
margin-bottom: 20px;
margin-bottom: 10px;
}
`;
......
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