Skip to content

Commit

Permalink
30%
Browse files Browse the repository at this point in the history
Signed-off-by: dbczumar <corey.zumar@databricks.com>
  • Loading branch information
dbczumar committed Nov 8, 2021
1 parent e4d4e71 commit 1e30f4f
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: "20%"}}
dropdownStyle={{ minWidth: '30%' }}
>
{Object.keys(ATTRIBUTE_COLUMN_SORT_LABEL).reduce(
(sortOptions, sortLabelKey) => {
Expand Down

0 comments on commit 1e30f4f

Please sign in to comment.