diff --git a/web/chat/chat-thread-list-item.react.js b/web/chat/chat-thread-list-item.react.js --- a/web/chat/chat-thread-list-item.react.js +++ b/web/chat/chat-thread-list-item.react.js @@ -107,7 +107,7 @@ const isNotLast = idx !== ancestorThreads.length - 1; const chevron = isNotLast && ( - + ); diff --git a/web/chat/chat-thread-list.css b/web/chat/chat-thread-list.css --- a/web/chat/chat-thread-list.css +++ b/web/chat/chat-thread-list.css @@ -52,7 +52,6 @@ } p.breadCrumbs { display: flex; - align-items: center; font-size: var(--xs-font-12); font-weight: var(--normal); color: var(--breadcrumb-color); @@ -61,14 +60,12 @@ color: var(--breadcrumb-color-unread); } span.breadCrumb { - padding-right: 4px; + display: flex; + align-items: center; white-space: nowrap; text-overflow: ellipsis; } -span.breadCrumb svg { - color: var(--fg); -} div.spacer, div.colorSplotch { height: 40px;