From f39ba1f072f05eb05484e07575bab2f29c92498a Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 14 Sep 2017 00:15:23 +0900 Subject: [PATCH] Fix siteInfo dialog width bug Fixes #10930 Auditors: Test Plan: 1. Open https://mixed-script.badssl.com/ 2. Click the lock icon 3. Make sure the width of dialog is 500px --- app/renderer/components/main/siteInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/renderer/components/main/siteInfo.js b/app/renderer/components/main/siteInfo.js index 46762bccff5..d5b0a13653e 100644 --- a/app/renderer/components/main/siteInfo.js +++ b/app/renderer/components/main/siteInfo.js @@ -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