namirasoft-site-react 1.3.397 → 1.3.398
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.
|
@@ -188,16 +188,15 @@
|
|
|
188
188
|
word-break: break-all;
|
|
189
189
|
color: #000;
|
|
190
190
|
height: 100%;
|
|
191
|
-
max-height: 124px;
|
|
192
|
-
overflow: auto;
|
|
193
|
-
display: flex;
|
|
194
191
|
justify-content: left;
|
|
195
|
-
|
|
196
|
-
max-height: 75px;
|
|
192
|
+
max-height: 50px;
|
|
197
193
|
display: -webkit-box;
|
|
198
194
|
-webkit-line-clamp: 2;
|
|
199
195
|
-webkit-box-orient: vertical;
|
|
200
196
|
overflow: hidden;
|
|
197
|
+
padding-top: 0 !important;
|
|
198
|
+
padding-bottom: 0 !important;
|
|
199
|
+
margin: 16px 8px;
|
|
201
200
|
}
|
|
202
201
|
|
|
203
202
|
.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.398",
|
|
12
12
|
"author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"main": "./dist/main.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"copyfiles": "^2.4.1",
|
|
31
31
|
"link-react": "^3.0.0",
|
|
32
32
|
"namirasoft-api-link": "^1.3.18",
|
|
33
|
-
"namirasoft-api-product": "^1.3.
|
|
33
|
+
"namirasoft-api-product": "^1.3.15",
|
|
34
34
|
"namirasoft-core": "^1.3.80",
|
|
35
35
|
"path-browserify": "^1.0.1",
|
|
36
36
|
"react": "^18.3.1",
|
|
@@ -188,16 +188,15 @@
|
|
|
188
188
|
word-break: break-all;
|
|
189
189
|
color: #000;
|
|
190
190
|
height: 100%;
|
|
191
|
-
max-height: 124px;
|
|
192
|
-
overflow: auto;
|
|
193
|
-
display: flex;
|
|
194
191
|
justify-content: left;
|
|
195
|
-
|
|
196
|
-
max-height: 75px;
|
|
192
|
+
max-height: 50px;
|
|
197
193
|
display: -webkit-box;
|
|
198
194
|
-webkit-line-clamp: 2;
|
|
199
195
|
-webkit-box-orient: vertical;
|
|
200
196
|
overflow: hidden;
|
|
197
|
+
padding-top: 0 !important;
|
|
198
|
+
padding-bottom: 0 !important;
|
|
199
|
+
margin: 16px 8px;
|
|
201
200
|
}
|
|
202
201
|
|
|
203
202
|
.ns_tbody tr:nth-child(odd) {
|