diff --git a/src/app/molecules/room-profile/RoomProfile.jsx b/src/app/molecules/room-profile/RoomProfile.jsx
index fefac0bb..d9869bc8 100644
--- a/src/app/molecules/room-profile/RoomProfile.jsx
+++ b/src/app/molecules/room-profile/RoomProfile.jsx
@@ -153,6 +153,7 @@ function RoomProfile({ roomId }) {
/>
)}
+ {room.getCanonicalAlias() || room.roomId}
{roomTopic && {twemojify(roomTopic, undefined, true)}}
);
diff --git a/src/app/molecules/room-profile/RoomProfile.scss b/src/app/molecules/room-profile/RoomProfile.scss
index e6b12db2..43d70144 100644
--- a/src/app/molecules/room-profile/RoomProfile.scss
+++ b/src/app/molecules/room-profile/RoomProfile.scss
@@ -21,7 +21,7 @@
}
}
- & > *:last-child {
+ & > *:not(:first-child) {
margin-top: var(--sp-ultra-tight);
white-space: pre-wrap;
word-break: break-word;