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 2b2218de45
commit 86651947f2

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