Skip to content

Commit

Permalink
Fix style bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetidepro committed Nov 30, 2016
1 parent 75073ec commit 12878b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/modules/ui/components/down_panel/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default {
borderRadius: 4,
border: 'solid 1px rgb(236, 236, 236)',
marginTop: 5,
width: '100%',
},

tabbar: {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ui/components/left_panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const scrollStyle = {
};

const mainStyle = {
padding: 20,
padding: '10px 0 10px 10px',
};

const storyProps = ['stories', 'selectedKind', 'selectedStory', 'onSelectStory'];
Expand Down

0 comments on commit 12878b4

Please sign in to comment.