Enforce recipient-bound single-use invites and fix issue card layout; clean release tooling
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user