namirasoft-site-react 1.3.412 → 1.3.413

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.
@@ -124,7 +124,7 @@
124
124
  font-size: 16px;
125
125
  font-weight: 300;
126
126
  color: #ffffff;
127
- margin: 0;
127
+ margin: 0 8px;
128
128
  padding: 0;
129
129
  }
130
130
 
@@ -182,6 +182,8 @@
182
182
  .ns_table th {
183
183
  word-break: break-all;
184
184
  height: 100%;
185
+ display: flex;
186
+ align-items: center;
185
187
  }
186
188
 
187
189
  .ns_table td {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.412",
11
+ "version": "1.3.413",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -124,7 +124,7 @@
124
124
  font-size: 16px;
125
125
  font-weight: 300;
126
126
  color: #ffffff;
127
- margin: 0;
127
+ margin: 0 8px;
128
128
  padding: 0;
129
129
  }
130
130
 
@@ -182,6 +182,8 @@
182
182
  .ns_table th {
183
183
  word-break: break-all;
184
184
  height: 100%;
185
+ display: flex;
186
+ align-items: center;
185
187
  }
186
188
 
187
189
  .ns_table td {