gramene-search 1.4.4 → 1.4.5

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.
Binary file
@@ -1,2 +1,2 @@
1
- 45237793
2
- 1716225335939409000
1
+ 45602907
2
+ 1716227183988607000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gramene-search",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "search wrapper for gramene",
5
5
  "source": "src/index.js",
6
6
  "main": "dist/index.js",
@@ -188,7 +188,7 @@ const Filters = connect(
188
188
  const ResultsCmp = props => {
189
189
  let activeViews = props.grameneViews.options;
190
190
  return props.grameneFilters.rightIdx > 0 ? (
191
- <div style={{padding:'10px'}}>
191
+ <div>
192
192
  {activeViews.map((v,idx) => {
193
193
  let p = Object.assign({}, props);
194
194
  const divRef = useRef(null);
@@ -4,7 +4,7 @@
4
4
  padding-left: 8px;
5
5
  padding-right: 8px;
6
6
  padding-bottom: 8px;
7
- width: 250px;
7
+ width: 16.6%;
8
8
  }
9
9
  .sorghumbase-sidebar {
10
10
  position: fixed;