Unified Agent + reusable Go agent core.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: align chat title heights

Lyric 34e887e1 d4337e42

+5
+5
web/console/src/views/ChatView.css
··· 194 194 white-space: nowrap; 195 195 } 196 196 197 + .chat-topic-item-title { 198 + height: 20px; 199 + } 200 + 197 201 .chat-topic-item-meta { 198 202 display: flex; 199 203 align-items: center; ··· 274 278 275 279 .chat-desk-title { 276 280 margin: 0; 281 + height: 24px; 277 282 max-width: min(100%, 34rem); 278 283 overflow: hidden; 279 284 text-overflow: ellipsis;