Skip to content

Commit dd6e5b0

Browse files
authored
Merge pull request #238 from devofficer/fix/court-selector
fix: court selector of factory
2 parents c27daa5 + 1e02020 commit dd6e5b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/pages/factory-classic/kleros-params.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ const KlerosParams = ({
180180
<span>Court:</span>
181181
<Select
182182
style={{ width: 120 }}
183+
dropdownStyle={{ minWidth: 250 }}
183184
onChange={onCourtChanged}
184185
loading={courts.length === 0 || typeof courtID !== 'number'}
185186
disabled={courts.length === 0 || typeof courtID !== 'number'}

src/pages/factory/kleros-params.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ const KlerosParams = ({
180180
<span>Court:</span>
181181
<Select
182182
style={{ width: 120 }}
183+
dropdownStyle={{ minWidth: 250 }}
183184
onChange={onCourtChanged}
184185
loading={courts.length === 0 || typeof courtID !== 'number'}
185186
disabled={courts.length === 0 || typeof courtID !== 'number'}

0 commit comments

Comments
 (0)