From 27c69f7c1eeb51b6f3dc3d56021d5b48f8d1f256 Mon Sep 17 00:00:00 2001 From: Kosmos Date: Mon, 20 Apr 2026 22:39:32 +0000 Subject: [PATCH] Release 0.0.18 --- module.json | 2 +- styles/audit.css | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/module.json b/module.json index d640605..75355c0 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "kosmos-storage-audit", "title": "Kosmos Storage Audit", "description": "Analyzes media references and risky storage locations across Foundry data and public roots.", - "version": "0.0.17", + "version": "0.0.18", "compatibility": { "minimum": "13", "verified": "13" diff --git a/styles/audit.css b/styles/audit.css index 357a7f4..a85ad51 100644 --- a/styles/audit.css +++ b/styles/audit.css @@ -202,7 +202,6 @@ .storage-audit__table { width: 100%; border-collapse: collapse; - table-layout: fixed; } .storage-audit__table th, @@ -220,14 +219,11 @@ font-weight: 700; } +.storage-audit__table th:first-child, .storage-audit__table td:first-child, -.storage-audit__table th:first-child { - width: 7rem; -} - -.storage-audit__table td:nth-child(3), -.storage-audit__table th:nth-child(3) { - width: 7rem; +.storage-audit__table th:nth-child(3), +.storage-audit__table td:nth-child(3) { + white-space: nowrap; } .storage-audit__source-list {