diff --git a/skins/base/css/molecules/RoomHeader.css b/skins/base/css/molecules/RoomHeader.css index dbb7910f7a..4bfa7180fc 100644 --- a/skins/base/css/molecules/RoomHeader.css +++ b/skins/base/css/molecules/RoomHeader.css @@ -72,6 +72,8 @@ limitations under the License. font-size: 18px; padding-left: 16px; padding-right: 16px; + overflow: scroll; + text-overflow: ellipsis; } .mx_RoomHeader_topic { @@ -82,6 +84,7 @@ limitations under the License. padding-left: 16px; padding-right: 16px; overflow: scroll; + text-overflow: ellipsis; } .mx_RoomHeader_avatar {