namirasoft-site-react 1.3.456 → 1.3.457

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.
@@ -102,7 +102,7 @@
102
102
  display: grid;
103
103
  /* grid-template-columns: repeat(auto-fill, minmax(75px, max-content)); */
104
104
  grid-auto-flow: column;
105
- grid-template-columns: max-content;
105
+ grid-auto-columns: 100px;
106
106
  overflow: auto;
107
107
  padding: 12px 16px;
108
108
  margin: 0;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.456",
11
+ "version": "1.3.457",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -102,7 +102,7 @@
102
102
  display: grid;
103
103
  /* grid-template-columns: repeat(auto-fill, minmax(75px, max-content)); */
104
104
  grid-auto-flow: column;
105
- grid-template-columns: max-content;
105
+ grid-auto-columns: 100px;
106
106
  overflow: auto;
107
107
  padding: 12px 16px;
108
108
  margin: 0;