Skip to content

Commit 1e02020

Browse files
author
devofficer
committed
fix: court selector of factory
1 parent c27daa5 commit 1e02020

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)