Skip to content

Commit

Permalink
Minor tweaks to style.
Browse files Browse the repository at this point in the history
  • Loading branch information
benradf committed Feb 20, 2024
1 parent dacb132 commit 8c165b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/Render.hs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ renderGraph database dbPath nodeStates = do
<> graphvizAttributes
[ ("arrowsize", "0.5"),
("color", "#3f3f3f"),
("penwidth", "0.2")
("penwidth", "0.4")
],
Text.unlines $ uncurry graphvizNode <$> Map.assocs nodeMap,
Text.unlines $ graphvizEdge [] <$> edges,
Expand Down
1 change: 1 addition & 0 deletions frontend/src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ div.Popup.Pinned > div.Content > p {
overflow: auto;
white-space: pre;
margin: 3px 5px;
min-height: 30px;
}

div.Popup.Pinned {
Expand Down

0 comments on commit 8c165b1

Please sign in to comment.