Release 0.0.18

This commit is contained in:
2026-04-20 22:39:32 +00:00
parent 2ab4f4d033
commit 27c69f7c1e
2 changed files with 5 additions and 9 deletions

View File

@@ -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 {