We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c27daa5 + 1e02020 commit dd6e5b0Copy full SHA for dd6e5b0
src/pages/factory-classic/kleros-params.js
@@ -180,6 +180,7 @@ const KlerosParams = ({
180
<span>Court:</span>
181
<Select
182
style={{ width: 120 }}
183
+ dropdownStyle={{ minWidth: 250 }}
184
onChange={onCourtChanged}
185
loading={courts.length === 0 || typeof courtID !== 'number'}
186
disabled={courts.length === 0 || typeof courtID !== 'number'}
src/pages/factory/kleros-params.js
0 commit comments