fix: prevent 'rerun without' hint from overflowing chat list (#215594)

This commit is contained in:
Joyce Er 2024-06-14 15:41:28 -07:00 committed by GitHub
parent 608fe4f38c
commit d32e093374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,7 @@
display: flex;
align-items: center;
gap: 8px;
overflow: hidden;
}
.interactive-item-container .header .username {