Skip to content

Commit

Permalink
Merge pull request #64 from bluetidepro/master
Browse files Browse the repository at this point in the history
Fix flexbox style bugs
  • Loading branch information
arunoda authored Nov 30, 2016
2 parents 75554f9 + 12878b4 commit b502111
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 b502111

Please sign in to comment.