Skip to content

Commit

Permalink
Keep status column wider
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavspi committed Dec 27, 2019
1 parent 4ae1c22 commit d0f948e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Tickets/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,11 @@ TicketsTable.defaultProps = {
header: {
label: 'Status',
},
props: {
style: {
width: 200,
},
},
filterType: 'dropdown',
extraOptions: [
TicketsTable.makeAllOpenOption,
Expand Down

0 comments on commit d0f948e

Please sign in to comment.