Skip to content

Commit

Permalink
[Fix] Minimal widths related to type selection
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Dec 12, 2021
1 parent 94e2009 commit 372f34f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/TypeQuestionAnswer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ export default class TypeQuestionAnswer extends React.Component {
labelKey="label"
childrenKey="children"
options={Object.values(this.state.tree)}
optionHeight={80}
expanded={true}
closeOnSelect={this.state.singleSelect}
onChange={this._onChange}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}

.type-answer-group label {
min-width: 8.125rem;
min-width: 2rem;
}

.type-answer-group .Select {
Expand Down

0 comments on commit 372f34f

Please sign in to comment.