ehscan-react-table 0.0.46 → 0.0.47

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.
@@ -156,7 +156,8 @@ svg.removesearchsvg{
156
156
  }
157
157
 
158
158
  .searchwrapper{
159
- display: flex;
159
+ display: grid;
160
+ grid-template-columns: 1fr auto;
160
161
  align-items: center;
161
162
  justify-content: center;
162
163
  gap: 3px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ehscan-react-table",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "components",
5
5
  "main": "dist/Components.js",
6
6
  "types": "dist/Components.d.ts",