Skip to content

Commit

Permalink
Remove node separator line increase spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 committed Jul 16, 2023
1 parent 8241d87 commit 9ff8888
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={{borderColor: "rgba(34,36,38,.15)"}} />}
{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 9ff8888

Please sign in to comment.