Prepare GovOPlaN self-hosted release workflow
Some checks failed
Dependency Audit / dependency-audit (push) Failing after 50s
Module Matrix / module-matrix (push) Failing after 49s

This commit is contained in:
2026-07-10 21:57:22 +02:00
parent 8dd5123aab
commit 94236a7d7e
51 changed files with 3576 additions and 803 deletions

View File

@@ -756,6 +756,14 @@
min-width: 0;
}
.module-install-plan-row-meta {
grid-column: 1 / -1;
display: flex;
flex-wrap: wrap;
gap: 6px;
align-items: center;
}
.module-install-plan-row label span {
color: var(--muted);
font-size: 12px;