Add minWidth to f layer
This commit is contained in:
parent
0d4952c464
commit
4623cc4b6e
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ const layer = createLayer(id, () => {
|
||||||
conversion,
|
conversion,
|
||||||
treeNode,
|
treeNode,
|
||||||
resetButton,
|
resetButton,
|
||||||
|
minWidth: 650,
|
||||||
display: tab
|
display: tab
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue