diff --git a/mito-ai/style/ChatTaskpane.css b/mito-ai/style/ChatTaskpane.css index 3da1374b1..1d4dd156a 100644 --- a/mito-ai/style/ChatTaskpane.css +++ b/mito-ai/style/ChatTaskpane.css @@ -150,10 +150,7 @@ gap: 8px; } -.chat-dropdown-item:hover { - background-color: var(--item-selected-color); -} - +.chat-dropdown-item:hover, .chat-dropdown-item.selected { background-color: var(--item-selected-color); } @@ -190,4 +187,6 @@ font-size: 12px; margin-left: 4px; white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } \ No newline at end of file