/* Keep the creator in the same column as task assignees, with the title wrapping beside it. */
.project-page .scope-nav-list .project-chat-item { grid-template-columns: 24px minmax(0, 1fr) auto; }
