diff --git a/src/app/chat/chat-sidebar/chat-sidebar.component.html b/src/app/chat/chat-sidebar/chat-sidebar.component.html
index 14625e5cee..10bd193118 100644
--- a/src/app/chat/chat-sidebar/chat-sidebar.component.html
+++ b/src/app/chat/chat-sidebar/chat-sidebar.component.html
@@ -69,7 +69,7 @@
- No previous conversations.
+ No previous conversations.
diff --git a/src/app/chat/chat-sidebar/chat-sidebar.scss b/src/app/chat/chat-sidebar/chat-sidebar.scss
index e974ca4f80..4ef09f2260 100644
--- a/src/app/chat/chat-sidebar/chat-sidebar.scss
+++ b/src/app/chat/chat-sidebar/chat-sidebar.scss
@@ -77,6 +77,10 @@ li:hover {
margin: 0;
}
+.no-chats-message {
+ margin-left: 4px;
+}
+
@media only screen and (max-width: $screen-md) {
.expand-button {
top: 10px;
diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html
index 8e1f338f34..6296f3e295 100644
--- a/src/app/home/home.component.html
+++ b/src/app/home/home.component.html
@@ -44,8 +44,8 @@
Planet {{planetName}}
-
-
+
+
diff --git a/src/app/teams/teams-view.scss b/src/app/teams/teams-view.scss
index 91ff662210..a5b4639e48 100644
--- a/src/app/teams/teams-view.scss
+++ b/src/app/teams/teams-view.scss
@@ -32,6 +32,14 @@
margin: 0;
}
+ .mat-subheading-2 b {
+ display: inline-block;
+ max-width: 100%;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+
.toolbar-button{
flex-shrink: 0;
}