Skip to content

Commit

Permalink
Merge pull request #92 from femioladeji/fix-indicator-display-bug
Browse files Browse the repository at this point in the history
fix indicator display bug
  • Loading branch information
femioladeji authored Jul 26, 2020
2 parents 9613bab + d96c6e6 commit 56ff197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-slideshow-image",
"version": "3.0.1",
"version": "3.0.2",
"author": "Femi Oladeji",
"description": "An image slideshow with react",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
}

.react-slideshow-container + div.indicators li {
display: inline-block;
position: relative;
width: 7px;
height: 7px;
Expand Down

0 comments on commit 56ff197

Please sign in to comment.