seeder-resources-view 1.0.9 → 1.0.11

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.9",
3
+ "version": "1.0.11",
4
4
  "description": "A reusable resources management component for React applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -99,6 +99,8 @@
99
99
  .ant-col>.ant-list-item {
100
100
  padding: 20px;
101
101
  margin-block-end: 0;
102
+ }
103
+ .media-grid-item-bordered {
102
104
  border: 1px solid #424242;
103
105
  margin-top: -1px;
104
106
  margin-left: -1px;