Skip to content

Commit 6723806

Browse files
committed
fix: update issue #1071
1 parent 8e06399 commit 6723806

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/components/ChallengeEditor/AssignedMember-Field/AssignedMember-Field.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
display: flex;
4040
flex-direction: row;
4141
flex-wrap: wrap;
42+
min-width: 280px;
4243
}
4344
}
4445

src/components/Select/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export default function Select (props) {
1111
ref={selectRef}
1212
{...props}
1313
autosize={false}
14-
isClearable
1514
styles={styles}
1615
/>
1716
)

src/components/SelectUserAutocomplete/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default function SelectUserAutocomplete (props) {
4040
<Select
4141
options={options}
4242
isMulti={false}
43+
isClearable
4344
onInputChange={onInputChange}
4445
{...props}
4546
/>

0 commit comments

Comments
 (0)