Skip to content
Snippets Groups Projects
Commit 690328a0 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

add margin before notes

parent ebe6e1a3
No related branches found
No related tags found
3 merge requests!379Merge 18.1.0,!37818.1.0 to devel,!376Resolve "Styling of the notes and hyperlinks in the left panel"
......@@ -75,7 +75,7 @@ export const BioEntityDrawer = (): React.ReactNode => {
<span>
<hr className="border-b border-b-divide" />
<div
className="text-sm font-normal"
className="mt-2 text-sm font-normal"
dangerouslySetInnerHTML={{ __html: bioEntityData.notes }}
/>
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment