App Inspect rounded container
Summary: ^ Reviewed By: antonk52 Differential Revision: D47591057 fbshipit-source-id: 5f3f308fb252245ebe510dd98b4cbd7ea7c6e27e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
be9e645b53
commit
532f6ff1ee
@@ -15,11 +15,7 @@ import {Button, Tooltip, Typography} from 'antd';
|
||||
import {InfoCircleOutlined} from '@ant-design/icons';
|
||||
|
||||
export const LeftSidebar: React.FC = ({children}) => (
|
||||
<Layout.Container
|
||||
borderRight
|
||||
style={{paddingTop: theme.space.small}}
|
||||
grow
|
||||
shrink>
|
||||
<Layout.Container style={{paddingTop: theme.space.small}} grow shrink>
|
||||
{children}
|
||||
</Layout.Container>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user