Skip to content

Commit

Permalink
Change width of drop-down to 20%
Browse files Browse the repository at this point in the history
  • Loading branch information
NieuweNils authored and NieuweNils committed Nov 7, 2021
1 parent 627d9bc commit c881c95
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -669,7 +669,7 @@ export class ExperimentView extends Component {
size='large'
onChange={this.onHandleSortByDropdown}
data-test-id='sort-select-dropdown'
dropdownStyle={{ minWidth: "25%"}}
dropdownStyle={{ minWidth: "20%"}}
>
{Object.keys(ATTRIBUTE_COLUMN_SORT_LABEL).reduce(
(sortOptions, sortLabelKey) => {
Expand Down

0 comments on commit c881c95

Please sign in to comment.