Skip to content

Commit

Permalink
Fix branch graph rendering on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Nov 20, 2024
1 parent d07be4d commit e2baa2b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions shared/common/branchGraph/branchGraph.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
flex-direction: column;
align-items: flex-start;
min-width: max(64px, 100%);
width: max-content;
width: min-content;

.line,
.dot,
Expand Down Expand Up @@ -583,9 +583,7 @@
flex-direction: column;
border-radius: 12px 0 0 12px;
background: var(--panel_background);
box-shadow:
0px 2px 8px rgba(0, 0, 0, 0.12),
0px 0px 2px rgba(0, 0, 0, 0.06);
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.06);
z-index: 2;

.closeButton {
Expand Down

0 comments on commit e2baa2b

Please sign in to comment.