We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0333c commit 02bee09Copy full SHA for 02bee09
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@omarefg/react-file-preview",
3
- "version": "0.1.13",
+ "version": "0.1.14",
4
"description": "Component to render and preview some kind of documents",
5
"main": "lib/index.js",
6
"private": false,
src/styles/PdfMenu.module.scss
@@ -2,6 +2,7 @@
padding: 0 30px;
margin: 10px 0;
display: flex;
+ justify-content: center;
.button {
7
margin: 0 5px;
8
padding: 8px;
0 commit comments