namirasoft-site-react 1.3.126 → 1.3.127

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.
@@ -150,4 +150,12 @@
150
150
  width: 100%;
151
151
  padding: 16px 0;
152
152
  }
153
+ }
154
+
155
+ .ns_table th {
156
+ word-break: break-all;
157
+ }
158
+
159
+ .ns_table td {
160
+ word-break: break-all;
153
161
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.126",
11
+ "version": "1.3.127",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -24,7 +24,7 @@
24
24
  "@types/node": "^20.12.11",
25
25
  "@types/react": "^18.3.2",
26
26
  "@types/react-dom": "^18.3.0",
27
- "antd": "^5.17.0",
27
+ "antd": "^5.17.1",
28
28
  "bootstrap": "^5.3.3",
29
29
  "copyfiles": "^2.4.1",
30
30
  "link-react": "^3.0.0",
@@ -150,4 +150,12 @@
150
150
  width: 100%;
151
151
  padding: 16px 0;
152
152
  }
153
+ }
154
+
155
+ .ns_table th {
156
+ word-break: break-all;
157
+ }
158
+
159
+ .ns_table td {
160
+ word-break: break-all;
153
161
  }