Skip to content

Commit

Permalink
Merge pull request #4278 from lishid/patch-2
Browse files Browse the repository at this point in the history
Fix git graph css bracket leak
  • Loading branch information
sidharthv96 committed Apr 17, 2023
2 parents 0485999 + 32538b5 commit 01de155
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mermaid/src/diagrams/git/styles.js
Expand Up @@ -56,7 +56,6 @@ const getStyles = (options) =>
font-size: 18px;
fill: ${options.textColor};
}
}
`;

export default getStyles;

0 comments on commit 01de155

Please sign in to comment.