Skip to content

Commit

Permalink
fixed pdf menu styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Flores Grimontt committed Sep 12, 2019
1 parent 9e0333c commit 02bee09
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": "@omarefg/react-file-preview",
"version": "0.1.13",
"version": "0.1.14",
"description": "Component to render and preview some kind of documents",
"main": "lib/index.js",
"private": false,
Expand Down
1 change: 1 addition & 0 deletions src/styles/PdfMenu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
padding: 0 30px;
margin: 10px 0;
display: flex;
justify-content: center;
.button {
margin: 0 5px;
padding: 8px;
Expand Down

0 comments on commit 02bee09

Please sign in to comment.