namirasoft-site-react 1.3.394 → 1.3.395
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.
|
@@ -193,6 +193,11 @@
|
|
|
193
193
|
display: flex;
|
|
194
194
|
justify-content: left;
|
|
195
195
|
align-items: center;
|
|
196
|
+
max-height: 75px;
|
|
197
|
+
display: -webkit-box;
|
|
198
|
+
-webkit-line-clamp: 2;
|
|
199
|
+
-webkit-box-orient: vertical;
|
|
200
|
+
overflow: hidden;
|
|
196
201
|
}
|
|
197
202
|
|
|
198
203
|
.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.3.
|
|
11
|
+
"version": "1.3.395",
|
|
12
12
|
"author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/main.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"bootstrap": "^5.3.3",
|
|
30
30
|
"copyfiles": "^2.4.1",
|
|
31
31
|
"link-react": "^3.0.0",
|
|
32
|
-
"namirasoft-api-link": "^1.3.
|
|
32
|
+
"namirasoft-api-link": "^1.3.18",
|
|
33
33
|
"namirasoft-api-product": "^1.3.14",
|
|
34
34
|
"namirasoft-core": "^1.3.80",
|
|
35
35
|
"path-browserify": "^1.0.1",
|
|
@@ -193,6 +193,11 @@
|
|
|
193
193
|
display: flex;
|
|
194
194
|
justify-content: left;
|
|
195
195
|
align-items: center;
|
|
196
|
+
max-height: 75px;
|
|
197
|
+
display: -webkit-box;
|
|
198
|
+
-webkit-line-clamp: 2;
|
|
199
|
+
-webkit-box-orient: vertical;
|
|
200
|
+
overflow: hidden;
|
|
196
201
|
}
|
|
197
202
|
|
|
198
203
|
.ns_tbody tr:nth-child(odd) {
|