Skip to content

Commit

Permalink
css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
leexgh committed Apr 28, 2023
1 parent 8da47d7 commit 8f9d702
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,12 @@ const AnnotationHeader: React.FunctionComponent<{
>
<img
src={require('../../../../../../src/rootImages/vue_logo.png')}
style={{ height: 14, width: 14, marginLeft: 6 }}
style={{
height: 14,
width: 14,
marginLeft: 6,
marginRight: 1,
}}
/>
</DefaultTooltip>
)}
Expand All @@ -441,7 +446,7 @@ const AnnotationHeader: React.FunctionComponent<{
style={{
height: 14,
width: 14,
marginLeft: 6,
marginLeft: 7,
marginRight: 1,
}}
/>
Expand Down

0 comments on commit 8f9d702

Please sign in to comment.