Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
John Benavides committed Dec 20, 2017
1 parent 6d29a33 commit 18f1fc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bulma-components",
"version": "1.1.1",
"version": "1.1.2",
"description": "React components for Bulma framework",
"main": "dist",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/box/box.story.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ storiesOf('Box', module)
<Box>
<Media>
<Media.Item renderAs="figure" position="left">
<Image renderAs="p" size={64} alt="64x64" src="http://bulma.io/images/placeholders/128x128.png" />
<Image size={64} alt="64x64" src="http://bulma.io/images/placeholders/128x128.png" />
</Media.Item>
<Media.Item>
<Content>
Expand Down
6 changes: 5 additions & 1 deletion src/components/modal/modal.sass
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
@import '../utils.sass';
@import '~bulma/sass/components/modal.sass';
@import '~bulma/sass/components/modal.sass';

.modal-container
z-index: 100
position: fixed

0 comments on commit 18f1fc0

Please sign in to comment.