Skip to content

Commit

Permalink
Add overflow: visible
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis authored Apr 23, 2021
1 parent 779e065 commit 9808e71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/octicons_react/src/get-svg-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default function getSvgProps({
style: {
display: 'inline-block',
userSelect: 'none',
verticalAlign
verticalAlign,
overflow: 'visible'
},
dangerouslySetInnerHTML: {__html: path}
}
Expand Down

0 comments on commit 9808e71

Please sign in to comment.