Fix layout issue on plugin container
Summary: Reverted a change in D30192002 (9e5575cf69) that unintendendly caused some plugin containers to grow too big.
Reviewed By: nikoant
Differential Revision: D31609023
fbshipit-source-id: 56daa5efe6d9071a856536a59b473f17796201eb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6589eb86c5
commit
a51c8caa09
@@ -138,7 +138,7 @@ export function SandyApp() {
|
|||||||
) : null;
|
) : null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Layout.Container grow>
|
<Layout.Bottom>
|
||||||
<Layout.Left>
|
<Layout.Left>
|
||||||
<Layout.Horizontal>
|
<Layout.Horizontal>
|
||||||
<LeftRail
|
<LeftRail
|
||||||
@@ -179,7 +179,7 @@ export function SandyApp() {
|
|||||||
</MainContainer>
|
</MainContainer>
|
||||||
</Layout.Left>
|
</Layout.Left>
|
||||||
<_PortalsManager />
|
<_PortalsManager />
|
||||||
</Layout.Container>
|
</Layout.Bottom>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user