Release 0.0.18
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"id": "kosmos-storage-audit",
|
"id": "kosmos-storage-audit",
|
||||||
"title": "Kosmos Storage Audit",
|
"title": "Kosmos Storage Audit",
|
||||||
"description": "Analyzes media references and risky storage locations across Foundry data and public roots.",
|
"description": "Analyzes media references and risky storage locations across Foundry data and public roots.",
|
||||||
"version": "0.0.17",
|
"version": "0.0.18",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "13",
|
"minimum": "13",
|
||||||
"verified": "13"
|
"verified": "13"
|
||||||
|
|||||||
@@ -202,7 +202,6 @@
|
|||||||
.storage-audit__table {
|
.storage-audit__table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
table-layout: fixed;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.storage-audit__table th,
|
.storage-audit__table th,
|
||||||
@@ -220,14 +219,11 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.storage-audit__table th:first-child,
|
||||||
.storage-audit__table td:first-child,
|
.storage-audit__table td:first-child,
|
||||||
.storage-audit__table th:first-child {
|
.storage-audit__table th:nth-child(3),
|
||||||
width: 7rem;
|
.storage-audit__table td:nth-child(3) {
|
||||||
}
|
white-space: nowrap;
|
||||||
|
|
||||||
.storage-audit__table td:nth-child(3),
|
|
||||||
.storage-audit__table th:nth-child(3) {
|
|
||||||
width: 7rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.storage-audit__source-list {
|
.storage-audit__source-list {
|
||||||
|
|||||||
Reference in New Issue
Block a user