seeder-resources-view 1.0.10 → 1.0.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seeder-resources-view",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "A reusable resources management component for React applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -97,8 +97,11 @@
97
97
  height: auto;
98
98
  }
99
99
  .ant-col>.ant-list-item {
100
- padding: 20px;
100
+ cursor: pointer;
101
+ }
102
+ .media-grid-item {
101
103
  margin-block-end: 0;
104
+ padding: 20px;
102
105
  border: 1px solid #424242;
103
106
  margin-top: -1px;
104
107
  margin-left: -1px;