Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(component/app): add spacing to page list (#103)
Browse files Browse the repository at this point in the history
* feat(component/app): add spacing to page list
* feat(component): change space size to l
  • Loading branch information
Alexpeschel authored and tilmx committed Dec 20, 2017
1 parent 867e8d0 commit 5df49bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/component/app.tsx
Expand Up @@ -93,7 +93,9 @@ class App extends React.Component<AppProps> {
<MainArea>
<SideBar directionVertical hasPaddings>
<ElementPane>
<PageList store={this.props.store} />
<Space sizeBottom={SpaceSize.L}>
<PageList store={this.props.store} />
</Space>
<ElementList store={this.props.store} />
</ElementPane>
<PatternsPane>
Expand Down

0 comments on commit 5df49bc

Please sign in to comment.