Skip to content

Commit

Permalink
Fix huge SVG icons in inspector (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
nglgzz authored Dec 23, 2019
1 parent e041200 commit 315c838
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class InspectorComponent extends Component {
'token' + ' ' + 'token-context-menu-key' + ' ' + 'token-label'
}
>
<SVGInline svg={item.label} width="12" />
<SVGInline svg={item.label} width="12px" />
</StyledTokenContextMenuKey>
<StyledInspectorFooterRowListPair key="pair" className="pair">
<StyledInspectorFooterRowListValue className="value">
Expand Down

0 comments on commit 315c838

Please sign in to comment.