Enforce recipient-bound single-use invites and fix issue card layout; clean release tooling
Magent CI/CD / verify (push) Successful in 10m31s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Skipped

This commit is contained in:
2026-09-07 19:59:51 +12:00
parent 13edcb8136
commit a3b5759708
19 changed files with 439 additions and 305 deletions
+39 -1
View File
@@ -3631,13 +3631,51 @@ textarea:focus {
}
.issue-portal-page .portal-item-list {
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 8px;
max-height: 100%;
padding-right: 4px;
}
.issue-portal-page .portal-item-row {
padding: 11px;
display: block;
flex: 0 0 auto;
width: 100%;
height: auto;
min-height: min-content;
max-height: none;
padding: 14px;
white-space: normal;
text-align: left;
line-height: 1.45;
}
.issue-portal-page .portal-item-row-main {
display: flex;
flex-direction: column;
min-width: 0;
}
.issue-portal-page .portal-item-row-title strong {
flex-basis: 100%;
min-width: 0;
font-size: 0.95rem;
line-height: 1.4;
overflow-wrap: anywhere;
}
.issue-portal-page .portal-item-row-meta {
margin-top: 8px;
padding-top: 8px;
border-top: 1px solid var(--ops-line-soft);
line-height: 1.5;
overflow-wrap: anywhere;
}
.issue-portal-page .portal-item-row-meta > span:last-child {
flex-basis: 100%;
}
.issue-portal-page .portal-item-row p {