Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Fix style bug in down panel
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetidepro committed Nov 29, 2016
1 parent 75073ec commit 6cd9947
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

### v3.7.1
29-Nov-2016

* Fix a style bug in `down_panel`. [PR64](https://github.com/storybooks/storybook-ui/pull/64)

### v3.7.0
13-Nov-2016

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadira/storybook-ui",
"version": "3.7.0",
"version": "3.7.1",
"description": "Core Storybook UI",
"repository": {
"type": "git",
Expand Down
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

0 comments on commit 6cd9947

Please sign in to comment.