Skip to content

Commit

Permalink
Merge pull request nadavspi#160 from nadavspi/status-width
Browse files Browse the repository at this point in the history
Keep status column wider
  • Loading branch information
nadavspi authored Dec 27, 2019
2 parents 4ae1c22 + d0f948e commit 04277f5
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 04277f5

Please sign in to comment.