Skip to content

Commit

Permalink
Source home | version icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Nov 24, 2020
1 parent 9754d6c commit 0a25c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/ResourceVersionLabel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const ResourceVersionLabel = props => {
<div className='col-sm-12 no-side-padding'>
<span className='resource-label'>
<span style={{paddingTop: '5px'}}>
<AsteriskIcon fontSize='small' width='12' />
<AsteriskIcon fontSize='small' style={{width: '14px'}} />
</span>
<span>{props.owner}</span>
<span>{SEPARATOR}</span>
Expand Down

0 comments on commit 0a25c35

Please sign in to comment.