namirasoft-site-react 1.3.400 → 1.3.401

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.
@@ -187,9 +187,9 @@
187
187
  .ns_table td {
188
188
  word-break: break-all;
189
189
  color: #000;
190
- height: 100%;
190
+ height: max-content;
191
191
  justify-content: left;
192
- max-height: max-content;
192
+ max-height: 50px;
193
193
  display: -webkit-box;
194
194
  -webkit-line-clamp: 2;
195
195
  -webkit-box-orient: vertical;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.400",
11
+ "version": "1.3.401",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -187,9 +187,9 @@
187
187
  .ns_table td {
188
188
  word-break: break-all;
189
189
  color: #000;
190
- height: 100%;
190
+ height: max-content;
191
191
  justify-content: left;
192
- max-height: max-content;
192
+ max-height: 50px;
193
193
  display: -webkit-box;
194
194
  -webkit-line-clamp: 2;
195
195
  -webkit-box-orient: vertical;