mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(compression-priority): Make message list the flex column by giving it the largest max-width
This commit is contained in:
parent
86c39d8046
commit
9661774f80
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ class MessageList extends React.Component
|
|||
@containerRequired: false
|
||||
@containerStyles:
|
||||
minWidth: 500
|
||||
maxWidth: 900
|
||||
maxWidth: 999999
|
||||
|
||||
constructor: (@props) ->
|
||||
@state = @_getStateFromStores()
|
||||
|
|
|
@ -60,7 +60,7 @@ class ThreadList extends React.Component
|
|||
@containerRequired: false
|
||||
@containerStyles:
|
||||
minWidth: 300
|
||||
maxWidth: 999999
|
||||
maxWidth: 3000
|
||||
|
||||
constructor: (@props) ->
|
||||
@state =
|
||||
|
|
Loading…
Reference in a new issue