namirasoft-site-react 1.4.79 → 1.4.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -212,7 +212,7 @@
212
212
  overflow: hidden;
213
213
  padding-top: 0 !important;
214
214
  padding-bottom: 0 !important;
215
- margin: 16px 8px;
215
+ margin: 16px 8px 16px 0;
216
216
  }
217
217
 
218
218
  .ns_tbody tr:nth-child(odd) {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.79",
11
+ "version": "1.4.80",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -212,7 +212,7 @@
212
212
  overflow: hidden;
213
213
  padding-top: 0 !important;
214
214
  padding-bottom: 0 !important;
215
- margin: 16px 8px;
215
+ margin: 16px 8px 16px 0;
216
216
  }
217
217
 
218
218
  .ns_tbody tr:nth-child(odd) {