From a56af778380f1f304b759fd03f8c6414fe90ad0b Mon Sep 17 00:00:00 2001 From: Aaron Diamond-Reivich Date: Mon, 18 Nov 2024 23:15:25 +0100 Subject: [PATCH] mito-ai: display more variable name when long --- mito-ai/style/ChatTaskpane.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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