Skip to content

Commit e3758b5

Browse files
author
Lucas Bento
committed
Fix position and size of collapse diff comment button
1 parent f9f6f48 commit e3758b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/components/common/Diff/DiffComment.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ const CommentContent = styled.div`
1717
`
1818

1919
const CommentButton = styled(Button)`
20-
height: 16px;
21-
width: 16px;
20+
min-width: initial;
21+
width: 20px;
22+
height: 20px;
2223
position: absolute;
23-
top: 1px;
24-
left: -10px;
24+
top: -1px;
25+
left: 5px;
2526
font-size: 8px;
2627
cursor: 'pointer';
2728
`

0 commit comments

Comments
 (0)