Skip to content

Commit

Permalink
1901: [Safari] Table: Col1 cursor bullet incorrectly rendered on the …
Browse files Browse the repository at this point in the history
…right (#2487)
  • Loading branch information
kevinstubbs authored Oct 22, 2024
1 parent 584e8e2 commit 5952f31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Bullet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,8 @@ const Bullet = ({
}),
)}
style={{
marginTop: -extendClickHeight,
marginLeft: -extendClickWidth + marginLeft,
marginBottom: -extendClickHeight - 2,
top: -extendClickHeight,
left: -extendClickWidth + marginLeft,
paddingTop: extendClickHeight,
paddingLeft: extendClickWidth,
paddingBottom: extendClickHeight + 2,
Expand Down

0 comments on commit 5952f31

Please sign in to comment.