mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(thread-list-narrow): Missing flex caused items to not be full-width
This commit is contained in:
parent
ab2b22749d
commit
4848d3c4d8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue