mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-21 22:54:11 +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
|
cNarrow = new ListTabular.Column
|
||||||
name: "Item"
|
name: "Item"
|
||||||
|
flex: 1
|
||||||
resolver: (thread) =>
|
resolver: (thread) =>
|
||||||
pencil = []
|
pencil = []
|
||||||
hasDraft = _.find (thread.metadata ? []), (m) -> m.draft
|
hasDraft = _.find (thread.metadata ? []), (m) -> m.draft
|
||||||
|
|
Loading…
Reference in a new issue