Polish IDM assignment table layout

This commit is contained in:
2026-07-11 03:02:46 +02:00
parent 3b0e8bc600
commit b9b371a704
2 changed files with 12 additions and 12 deletions

View File

@@ -15,6 +15,8 @@ export const generatedTranslations: PlatformTranslations = {
"i18n:govoplan-idm.assignments.a0d19ec5": "Assignments", "i18n:govoplan-idm.assignments.a0d19ec5": "Assignments",
"i18n:govoplan-idm.cancel_edit.ea4781e0": "Cancel edit", "i18n:govoplan-idm.cancel_edit.ea4781e0": "Cancel edit",
"i18n:govoplan-idm.audit_detail_level.eb2e6fd2": "Audit detail level", "i18n:govoplan-idm.audit_detail_level.eb2e6fd2": "Audit detail level",
"i18n:govoplan-idm.change_request_id.b7d816db": "Change request ID",
"i18n:govoplan-idm.change_request_id_help.cc7de508": "Only required when IDM assignment governance requires an approved recorded change request.",
"i18n:govoplan-idm.change_retention_days.4a91f7d3": "Change retention days", "i18n:govoplan-idm.change_retention_days.4a91f7d3": "Change retention days",
"i18n:govoplan-idm.deactivate.585777c8": "Deactivate", "i18n:govoplan-idm.deactivate.585777c8": "Deactivate",
"i18n:govoplan-idm.delegated.b189f4b6": "delegated", "i18n:govoplan-idm.delegated.b189f4b6": "delegated",
@@ -76,6 +78,8 @@ export const generatedTranslations: PlatformTranslations = {
"i18n:govoplan-idm.assignments.a0d19ec5": "Zuordnungen", "i18n:govoplan-idm.assignments.a0d19ec5": "Zuordnungen",
"i18n:govoplan-idm.cancel_edit.ea4781e0": "Bearbeitung abbrechen", "i18n:govoplan-idm.cancel_edit.ea4781e0": "Bearbeitung abbrechen",
"i18n:govoplan-idm.audit_detail_level.eb2e6fd2": "Audit-Detailgrad", "i18n:govoplan-idm.audit_detail_level.eb2e6fd2": "Audit-Detailgrad",
"i18n:govoplan-idm.change_request_id.b7d816db": "Änderungsantrags-ID",
"i18n:govoplan-idm.change_request_id_help.cc7de508": "Nur erforderlich, wenn die IDM-Zuordnungs-Governance einen genehmigten erfassten Änderungsantrag verlangt.",
"i18n:govoplan-idm.change_retention_days.4a91f7d3": "Änderungsaufbewahrung in Tagen", "i18n:govoplan-idm.change_retention_days.4a91f7d3": "Änderungsaufbewahrung in Tagen",
"i18n:govoplan-idm.deactivate.585777c8": "Deaktivieren", "i18n:govoplan-idm.deactivate.585777c8": "Deaktivieren",
"i18n:govoplan-idm.delegated.b189f4b6": "delegiert", "i18n:govoplan-idm.delegated.b189f4b6": "delegiert",

View File

@@ -17,16 +17,14 @@
flex-wrap: wrap; flex-wrap: wrap;
} }
.idm-layout { .idm-table-stack {
display: grid; display: grid;
grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
gap: 18px; gap: 18px;
align-items: start; width: 100%;
} }
.idm-editor-stack { .idm-table-stack > .card {
display: grid; width: 100%;
gap: 18px;
} }
.idm-form-grid { .idm-form-grid {
@@ -57,8 +55,8 @@
.idm-row-actions { .idm-row-actions {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 8px; gap: 6px;
flex-wrap: wrap; flex-wrap: nowrap;
} }
.idm-row-actions { .idm-row-actions {
@@ -87,10 +85,8 @@
color: var(--muted); color: var(--muted);
} }
@media (max-width: 1100px) { .idm-dialog-change-request {
.idm-layout { padding-top: 2px;
grid-template-columns: 1fr;
}
} }
@media (max-width: 900px) { @media (max-width: 900px) {