Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10931 from luixxiul/polish-siteInfo
Browse files Browse the repository at this point in the history
Fix siteInfo dialog width bug
  • Loading branch information
NejcZdovc authored Sep 13, 2017
2 parents 4a67c54 + f39ba1f commit fa1d595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/components/main/siteInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class SiteInfo extends React.Component {
className={cx({
[css(commonStyles.flyoutDialog)]: true,
[css(styles.siteInfo__wrapper)]: true,
[css(styles.siteInfo__wrapper__large)]: (this.isBlockedRunInsecureContent || this.runInsecureContent)
[css(styles.siteInfo__wrapper__large)]: (this.props.isBlockedRunInsecureContent || this.props.runInsecureContent)
})}>
{
this.secureIcon
Expand Down

0 comments on commit fa1d595

Please sign in to comment.