This commit is contained in:
Mirco Wittrien 2019-11-05 08:44:51 +01:00
parent 41e70fde65
commit 89c03c1a85
2 changed files with 2 additions and 2 deletions

View File

@ -6226,7 +6226,7 @@ var BDFDB = {
tag: LibraryComponents.FormComponents.FormTitle.Tags.H2,
children: this.props.title
}) : null,
BDFDB.ReactUtils.createElement(LibraryComponents.Flex, {
BDFDB.ReactUtils.createElement("div", {
className: BDFDB.disCN.settingspanelinner,
direction: LibraryComponents.Flex.Direction.VERTICAL,
children: this.props.children

File diff suppressed because one or more lines are too long