mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-09 14:33:44 +08:00
Fix email preview being hidden in vertical layout (edge case) (#2443)
This commit is contained in:
parent
db5366bbc9
commit
3dfc84c0ed
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ class ThreadListVertical extends React.Component<
|
|||
>
|
||||
<InjectedComponentSet matching={{ role: 'ThreadList' }} />
|
||||
</ResizableRegion>
|
||||
<ResizableRegion>
|
||||
<div style={{ flex: '1 1 0%' }}>
|
||||
<div
|
||||
style={{
|
||||
display: 'flex',
|
||||
|
@ -45,7 +45,7 @@ class ThreadListVertical extends React.Component<
|
|||
matching={{ location: WorkspaceStore.Location.MessageList, modes: ['split'] }}
|
||||
/>
|
||||
</div>
|
||||
</ResizableRegion>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue