mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +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
|
@containerRequired: false
|
||||||
@containerStyles:
|
@containerStyles:
|
||||||
minWidth: 500
|
minWidth: 500
|
||||||
maxWidth: 900
|
maxWidth: 999999
|
||||||
|
|
||||||
constructor: (@props) ->
|
constructor: (@props) ->
|
||||||
@state = @_getStateFromStores()
|
@state = @_getStateFromStores()
|
||||||
|
|
|
@ -60,7 +60,7 @@ class ThreadList extends React.Component
|
||||||
@containerRequired: false
|
@containerRequired: false
|
||||||
@containerStyles:
|
@containerStyles:
|
||||||
minWidth: 300
|
minWidth: 300
|
||||||
maxWidth: 999999
|
maxWidth: 3000
|
||||||
|
|
||||||
constructor: (@props) ->
|
constructor: (@props) ->
|
||||||
@state =
|
@state =
|
||||||
|
|
Loading…
Reference in a new issue