Skip to content

Commit

Permalink
mito-ai: display more variable name when long
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondr77 committed Nov 18, 2024
1 parent 679f501 commit a56af77
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mito-ai/style/ChatTaskpane.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down Expand Up @@ -190,4 +187,6 @@
font-size: 12px;
margin-left: 4px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

0 comments on commit a56af77

Please sign in to comment.