This commit is contained in:
Mirco Wittrien 2019-10-28 09:56:11 +01:00
parent 121d2c912a
commit dd3a9e4c1d
2 changed files with 2 additions and 2 deletions

View File

@ -5712,7 +5712,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
children: BDFDB.ReactUtils.createElement("div", {
className: BDFDB.disCN.popoutthemedpopout,
style: {
padding: parseInt(this.props.padding) : null,
padding: parseInt(this.props.padding) || null,
width: parseInt(this.props.width) || null
},
children: this.props.children

File diff suppressed because one or more lines are too long