@let isSessionLoading = uiStateService.isSessionLoading() | async; @if (isSessionLoading ===
false) {
{{ i18n.sessionIdLabel }}
diff --git a/src/app/components/chat/chat.component.scss b/src/app/components/chat/chat.component.scss
index d216ce12..7de0390f 100644
--- a/src/app/components/chat/chat.component.scss
+++ b/src/app/components/chat/chat.component.scss
@@ -516,7 +516,10 @@ button {
line-height: 20px;
letter-spacing: 0.25px;
margin-left: 5px;
- flex-shrink: 0;
+ flex-shrink: 1;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.toolbar-icon {