fix(thread-list-narrow): Missing flex caused items to not be full-width

This commit is contained in:
Ben Gotow 2015-06-17 22:38:55 -07:00
parent ab2b22749d
commit 4848d3c4d8

View file

@ -108,6 +108,7 @@ class ThreadList extends React.Component
cNarrow = new ListTabular.Column
name: "Item"
flex: 1
resolver: (thread) =>
pencil = []
hasDraft = _.find (thread.metadata ? []), (m) -> m.draft