Skip to content

Commit

Permalink
Return Color CRE separation (more suitable color this time) (#330)
Browse files Browse the repository at this point in the history
* Return Color CRE separation (more suitable color this time)

* Remove node separator line increase spacing
  • Loading branch information
john681611 authored Jul 18, 2023
1 parent b5ec17d commit 11663a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const DocumentNode: FunctionComponent<DocumentNode> = ({
let lastDocumentName = sortedResults[0].document.name;
return (
<div className="document-node__link-type-container" key={type}>
{idx > 0 && <hr style={{ backgroundColor: 'transparent', border: 'none' }} />}
{idx > 0 && <hr style={{borderColor: "transparent", margin: "20px 0"}} />}
<div>
<b>Which {getDocumentTypeText(type, links[0].document.doctype)}</b>:
{/* Risk here of mixed doctype in here causing odd output */}
Expand Down

0 comments on commit 11663a6

Please sign in to comment.